blob: 2ae53a8170b6c1119e490b7aafff7688f50b56c2 [file] [log] [blame]
// @dart = 2.9
library test;
class C {
static set foo(int x) {}
}
main() {}
set bar(int x) {}