package test object Utils { public fun foo1(p: Int) { } public fun foo2(): Int { return 1 } public val staticField: Int = 1 }