blob: 018ffe41156a337f3f34ff3520cf785caa38ee35 [file] [log] [blame]
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 {}