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