8 lines
136 B
Kotlin
Vendored
8 lines
136 B
Kotlin
Vendored
import java.util.ArrayList
|
|
import java.util.ArrayList
|
|
|
|
class Action {
|
|
fun test() {
|
|
val test : ArrayList<Int>? = null
|
|
}
|
|
} |