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