package aaa import kotlin.jvm.* public object TestObject { @JvmStatic public val test: String = "test" }