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