220141ab2b
(cherry picked from commit b620099)
5 lines
104 B
Kotlin
Vendored
5 lines
104 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
class Person(val name: String)
|
|
|
|
val x = listOf("Jack", "Tom").map <caret>{ Person(it) } |