| 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 {} |