blob: 0b87ccc0a34b8ea1cf7fd89f33eeb8b2c7183c09 [file] [log] [blame]
// @dart = 2.9
get x => 42;
set x(val) {}
main() {}