for (x in 0..1) { System.print(x) } // expect: 0 // expect: 1