blob: 6eadbb28c150befd904494d99955637a2c8374b1 [file] [log] [blame]
library test;
class A {
void set x() {}
}
void f(A a) {}
main() {}