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