Files
kotlin-fork/idea/testData/intentions/convertReferenceToLambda/constructor.kt
T

5 lines
99 B
Kotlin
Vendored

// WITH_RUNTIME
class Person(val name: String)
val x = listOf("Jack", "Tom").map(<caret>::Person)