blob: 038a3a75296ced2d7a1c9796f4d4edc8dc462062 [file] [log] [blame]
library;
//
// 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 {
invalid-type x = null;
}