blob: db4a5d49fc47c13ea5ace5adda780f9d334b42c9 [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) {}