blob: 76f6fbd039791e9a34f9665fb7647c625b4c9694 [file] [log] [blame]
// WITH_RUNTIME
val x = listOf("123", "4567").map { it.toInt() }