Files
kotlin-fork/idea/testData/intentions/convertCollectionConstructorToFunction/replaceArrayListCallQualified.kt
T
2019-04-08 14:53:27 +03:00

4 lines
78 B
Kotlin
Vendored

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