| library; | |
| // | |
| // Problems in library: | |
| // | |
| // pkg/front_end/testcases/general/issue44347.dart:6:12: Error: Expected an identifier, but got '('. | |
| // Try inserting an identifier before '('. | |
| // Set<int>.(); | |
| // ^ | |
| // | |
| import self as self; | |
| static method test() → dynamic { | |
| invalid-expression "pkg/front_end/testcases/general/issue44347.dart:6:12: Error: Expected an identifier, but got '('. | |
| Try inserting an identifier before '('. | |
| Set<int>.(); | |
| ^"; | |
| } | |
| static method main() → dynamic {} |