fun callee(x: Int): Int { return 598 + x } fun test() { (::callee)(657) + 45 }