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