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

5 lines
104 B
Kotlin
Vendored

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