package test object PureUtils { public fun foo1(p: Int) { } public fun foo2(): Int { return 1 } }