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