96c1564c54
(with type resolution)
5 lines
67 B
Kotlin
5 lines
67 B
Kotlin
package t
|
|
|
|
fun foo(array: Array<Int>) {
|
|
(array[0] : Int) = 22
|
|
} |