blob: 17917a9a6c346b9d7615ec1d08d1c7c1882ce445 [file] [log] [blame]
library /*isNonNullableByDefault*/;
//
// 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 {}