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