blob: 98756b6ac0584f53af6241bb6449f6f26319258e [file] [log] [blame]
var x = 1;
get foo => ++x > 10;
main() { print(foo || foo); }