blob: bf1bc16df8e7966890af648b5ab3463fca01507a [file]
package test
fun main(args: Array<String>) {
arrayListOf(1, 2, 3).fill(0)
}