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