blob: 61e6ca42b4772b54ce7863d72c0d2e1a12867c5c [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// 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 {}