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