blob: d5964129ee474614de0b0176b9127dcf8bab62ea [file] [log] [blame]
// Formatted problems:
//
// pkg/front_end/testcases/rasta/unresolved.dart:6:7: Error: Method not found: 'Missing'.
// new Missing();
// ^^^^^^^
library;
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();
^^^^^^^";
}