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