blob: 65ad27aaeb3a8a5c00b81a05b2dd2cd27551f670 [file] [log] [blame]
bool _called = false;
String init(String val) {}
class C {
static late String;
operator? (){}
s = init("lateValue");
}
main() {}
expect(expected, actual) {}
throws(void Function() f) {}