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