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