blob: 3f07752757b7057d8c2ca822758c3b1ae8c36ad8 [file] [log] [blame]
var x = 1;
get foo => ++x > 10;
main() { print(foo && foo); }