blob: 5e7be8ebcc915f6db2956802d8204584894803f4 [file] [log] [blame]
library test;
class C {
static set foo(int x) {}
}
main() {}
set bar(int x) {}