translator: fix ambiguous test with println

This commit is contained in:
Alexey Stepanov
2016-08-16 11:57:06 +03:00
parent e9138df26b
commit cb1a1f3df6
@@ -1,13 +1,3 @@
fun IntArray.print() {
var index = 0
while (index < size) {
println(get(index))
index++
}
println(1111111)
}
fun array_extensions_1_copyOf(): Int {
val array = IntArray(3)
array[0] = 1