blob: 29a7b7741b9b240d022741aa4460a580a4114dea [file] [log] [blame]
// @dart = 2.9
library test;
class A {
void set x() {}
}
main() {}
void f(A a) {}