/** 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) { val some : TextAnnotation? = null val test : ArrayList? = null JavaIO.File(StringBuilder().append("Hello").toString()) } }