Files
kotlin-fork/idea/testData/intentions/convertLambdaToReference/mapToFqName.kt.after
T

5 lines
127 B
Plaintext
Vendored

// WITH_RUNTIME
fun bar(s: String) = s.length
val x = listOf("Jack", "Tom").mapTo(kotlin.collections.hashSetOf<Int>(), ::bar)