Files
kotlin-fork/idea/testData/intentions/convertLambdaToReference/conversion.kt.after
T
Mikhail Glukhikh 220141ab2b Convert lambda to callable reference intention / inspection #KT-10903 Fixed
(cherry picked from commit b620099)
2016-07-18 17:10:15 +03:00

3 lines
65 B
Plaintext
Vendored

// WITH_RUNTIME
val x = listOf("123", "4567").map(String::toInt)