blob: 5c2442405c3414cc0bde07f4ab105e1cc399f090 [file] [log] [blame]
library;
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 '\"\"'.
a.\"\";
^^";
}
static method main() dynamic {}