operator fun Int.set(index: Int, value: Int) = value fun f() { 1[2] = 42 }