blob: 34da28143803ce5bf12acf51e7f8e152131f2c67 [file] [log] [blame]
// Formatted problems:
//
// pkg/front_end/testcases/regress/issue_29945.dart:6:3: Warning: 's.bool' can't be used as a type because 's' isn't defined.
// s.bool x = null;
// ^^^^^^
library;
import self as self;
static method main() dynamic {
invalid-type x = null;
}