package test fun main(args: Array) { arrayListOf(1, 2, 3).fill(0) }