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