9 lines
174 B
Kotlin
9 lines
174 B
Kotlin
import java.io as JavaIO
|
|
import java.util.ArrayList
|
|
import java.util.ArrayList as SomeThing
|
|
|
|
class Action {
|
|
fun test() {
|
|
val test : ArrayList<Int>? = null
|
|
}
|
|
} |