15 lines
349 B
Kotlin
15 lines
349 B
Kotlin
package sometest
|
|
|
|
|
|
import java.io as JavaIO
|
|
import java.text.Annotation as TextAnnotation
|
|
import java.util.ArrayList
|
|
import java.util.HashSet
|
|
|
|
class Action {
|
|
fun test(hash : HashSet<Int>) {
|
|
val some : TextAnnotation? = null
|
|
val test : ArrayList<Int>? = null
|
|
JavaIO.File(StringBuilder().append("Hello").toString())
|
|
}
|
|
} |