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