class Inline { inline fun calc(s: (Int) -> Int, p: Int) : Int { return s(p) } }