| library; | |
| // | |
| // Problems in library: | |
| // | |
| // pkg/front_end/testcases/constructor_tearoffs/issue47071.dart:8:7: Error: Couldn't find constructor 'a'. | |
| // new a(); | |
| // ^ | |
| // | |
| import self as self; | |
| static field dynamic a; | |
| static method test() → dynamic { | |
| invalid-expression "pkg/front_end/testcases/constructor_tearoffs/issue47071.dart:8:7: Error: Couldn't find constructor 'a'. | |
| new a(); | |
| ^"; | |
| } | |
| static method main() → dynamic {} |