blob: 4b8b67ed883328ed75af5927dc9fbc1013eccb51 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/dot_shorthands/no_identifier_recovery.dart:2:12: Error: Expected an identifier, but got ';'.
// Try inserting an identifier before ';'.
// var c = .;
// ^
//
// pkg/front_end/testcases/dot_shorthands/no_identifier_recovery.dart:2:12: Error: Expected an identifier, but got ''.
// Try inserting an identifier before ''.
// var c = .;
// ^
//
import self as self;
static method f() void {
invalid-type c = invalid-expression "pkg/front_end/testcases/dot_shorthands/no_identifier_recovery.dart:2:12: Error: Expected an identifier, but got ''.
Try inserting an identifier before ''.
var c = .;
^";
}