Sign in
dart
/
sdk.git
/
refs/tags/2.14.0-347.0.dev
/
.
/
pkg
/
front_end
/
testcases
/
general
/
implicit_const_with_static_fields.dart.textual_outline_modelled.expect
blob: fb623f8889a6a03c1c5afe8742dadc783cf72d99 [
file
] [
log
] [
blame
]
// @dart = 2.9
class
C
{
const
C
(
x
);
static
const
constField
=
87
;
}
const
constTopLevelField
=
42
;
main
()
{}