Files
kotlin-fork/idea/testData/intentions/removeRedundantCallsOfConversionMethods/list2.kt
T
2016-10-17 12:05:18 +03:00

2 lines
76 B
Kotlin
Vendored

// WITH_RUNTIME
val foo = listOf(1, 2, 3).map(Int::toString).toList()<caret>