blob: 23e273e53619bda0aa2b11848286079a11fa6fd7 [file] [log] [blame] [edit]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/regress/issue_29980.dart:6:3: Error: 'x.y' can't be used as a type because 'x' doesn't refer to an import prefix.
// x.y z;
// ^^^
//
import self as self;
static method main() dynamic {
invalid-type z;
}