3f082346ae
#KT-21852 fixed
#KT-21574 fixed
5 lines
80 B
Kotlin
Vendored
5 lines
80 B
Kotlin
Vendored
package test
|
|
|
|
fun main(args: Array<String>) {
|
|
arrayListOf(1, 2, 3).fill(0)
|
|
} |