Files
kotlin-fork/idea/testData/editor/optimizeImports/RemoveImportsIfGeneral.kt
T

9 lines
171 B
Kotlin

import java.util.HashSet
import java.util.ArrayList
import java.util.*
class Action {
fun test(hash: HashSet<Int>) {
val test : ArrayList<Int>? = null
}
}