c87cc0dde1
Move test and rename test data Delete unused testdata Rewrite OptimizeImportOnFlyTest
20 lines
382 B
Kotlin
20 lines
382 B
Kotlin
/**
|
|
Comment 1
|
|
*/
|
|
package sometest
|
|
|
|
import java.io as JavaIO
|
|
import java.text.Annotation as TextAnnotation
|
|
import java.util.ArrayList
|
|
import java.util.HashSet
|
|
|
|
/**
|
|
Comment 2
|
|
*/
|
|
class Action {
|
|
fun test(hash : HashSet<Int>) {
|
|
val some : TextAnnotation? = null
|
|
val test : ArrayList<Int>? = null
|
|
JavaIO.File(StringBuilder().append("Hello").toString())
|
|
}
|
|
} |