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