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