blob: 4a6574c569f3c376d27ec881ad95321a41c44b21 [file] [log] [blame]
// Errors:
//
// pkg/front_end/testcases/regress/issue_29980.dart:6:3: Error: 'x.y' can't be used as a type because 'x' isn't defined.
// x.y z;
// ^^^
library;
import self as self;
static method main() dynamic {
invalid-type z;
}