Files
kotlin-fork/idea/testData/intentions/convertCollectionConstructorToFunction/replaceArrayListCall.kt
T

4 lines
79 B
Kotlin
Vendored

// WITH_RUNTIME
fun foo() {
var list: ArrayList<Int> = <caret>ArrayList()
}