blob: d792576cae8d5824262e7cf457d3c4259c445714 [file] [log] [blame]
String test1(C c) {}
class C {
C(this.value);
String log = "";
dynamic operator >(num other) {}
final int value;
void clearLog() {}
}
main() {}
throws(void Function() f) {}