// WITH_RUNTIME fun foo() { val list: List val secondList = List(5) { 1 } }