blob: bc52a62433096a5a07b3a494343cfca972bdb788 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/rasta/unresolved.dart:6:7: Error: Method not found: 'Missing'.
// new Missing();
// ^^^^^^^
//
import self as self;
static method main() dynamic {
invalid-expression "pkg/front_end/testcases/rasta/unresolved.dart:6:7: Error: Method not found: 'Missing'.
new Missing();
^^^^^^^";
}