Sign in
dart
/
sdk.git
/
refs/tags/2.19.0-69.0.dev
/
.
/
tests
/
web_2
/
internal
/
deferred
/
load_in_correct_order_lib4.dart
blob: 2d067640922ffabdd5ece826a30f4b96ded740fc [
file
] [
log
] [
blame
]
// @dart = 2.7
class
C4
{
final
value
=
499
;
const
C4
();
}
const
c4
=
const
C4
();