blob: f2a5f7495f2749319a2f12fb19021bb44156c0d8 [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 {}