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

4 lines
74 B
Plaintext
Vendored

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