blob: d565888861e1cc3112ac32651be5f6d0881596df [file] [log] [blame]
library test;
class C {
get x => null;
void set x(value) {}
}
main() {}