blob: da35f2c9b4b9f569f54bc6b17241f9443e00bb43 [file] [log] [blame]
// Unhandled errors:
//
// 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;
// ^^^^^^
library;
import self as self;
static method main() dynamic {
invalid-type x = null;
}