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