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