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