fun f(r: IntRange) { for (i in r) { } } // 0 iterator // 1 getStart // 1 getEnd