blob: 8bcaff071ed2f72510d76c8ebecb2e6ac272a9d7 [file] [log] [blame]
// @dart = 2.9
library test;
class C {
get x => null;
void set x(value) {}
}
main() {}