blob: 5fd5a33d13421d4e3b341640e3cbc65b5d34d82c [file]
package test
internal object PureUtils {
fun foo1(p: Int) {}
fun foo2(): Int {
return 1
}
}