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

2 lines
71 B
Kotlin
Vendored

// WITH_RUNTIME
val foo = mutableListOf(1, 2, 3).toMutableList()<caret>