Files
kotlin-fork/idea/resources/intentionDescriptions/ConvertReferenceToLambdaIntention/before.kt.template
T

4 lines
82 B
Plaintext

class Person(val name: String)
val persons = listOf("Jack", "Tom").map(::Person)