blob: c4db2261ce746c04eaa75d7175f3343b35fa5b2f [file]
package test
inline fun call(p: Int, s: Int.(Int) -> Int): Int {
return p.s(p)
}