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