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