9 lines
171 B
Kotlin
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
|
|
}
|
|
} |