// WITH_RUNTIME import kotlin.collections.List as ~List1 fun main() { val a: List1 val b = List1(5) { 42 } }