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