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