blob: 82b995b7470c94663562edaedb2bbd39254385f1 [file] [log] [blame]
library;
//
// Problems in library:
//
// pkg/front_end/testcases/regress/issue_29941.dart:7:5: Error: Expected an identifier, but got '""'.
// Try inserting an identifier before '""'.
// a."";
// ^^
//
import self as self;
import "dart:core" as core;
static method bad() dynamic {
core::String* a = "";
invalid-expression "pkg/front_end/testcases/regress/issue_29941.dart:7:5: Error: Expected an identifier, but got '\"\"'.
Try inserting an identifier before '\"\"'.
a.\"\";
^^";
}
static method main() dynamic {}