5 lines
99 B
Kotlin
Vendored
5 lines
99 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
class Person(val name: String)
|
|
|
|
val x = listOf("Jack", "Tom").map(<caret>::Person) |