5 lines
97 B
Plaintext
Vendored
5 lines
97 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
class Person(val name: String)
|
|
|
|
val x = listOf("Jack", "Tom").map { Person(it) } |