Files
2017-04-27 18:21:27 +03:00

5 lines
76 B
Kotlin
Vendored

// WITH_RUNTIME
fun foo() {
listOf(1,2,3).map {<caret> it::toString }
}