8 lines
152 B
Plaintext
8 lines
152 B
Plaintext
import java.util.ArrayList
|
|
import java.util.HashSet
|
|
|
|
class Action {
|
|
fun test(hash: HashSet<Int>) {
|
|
val test : ArrayList<Int>? = null
|
|
}
|
|
} |