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