blob: ab4f74e15b564abe3aecd95287523e8e5293d529 [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// Problems in library:
//
// pkg/front_end/testcases/general/constants/issue_43431.dart:7:3: Error: Only static fields can be declared as const.
// Try using 'final' instead of 'const', or adding the keyword 'static'.
// const x = Foo();
// ^^^^^
//
import self as self;
import "dart:core" as core;
class Foo extends core::Object /*hasConstConstructor*/ {
field self::Foo x;
const constructor •({core::bool x = true}) self::Foo
: super core::Object::•()
;
}
static method main() dynamic
;