blob: 88ced95031c4476adc98a5104000bbb99d234579 [file] [log] [blame]
// @dart = 2.9
class C {
void set x(value) {}
}
main() {}
void test(C c) {}