blob: 7fba4f85d168230b55031e5d8f4a8dcbdcb00692 [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// Problems in library:
//
// pkg/front_end/testcases/regress/issue_29945.dart:6:3: Error: 's.bool' can't be used as a type because 's' isn't defined.
// s.bool x = null;
// ^^^^^^
//
import self as self;
static method main() dynamic {
has-declared-initializer invalid-type x = null;
}