FILE: invoke.kt public final fun foo(): R|kotlin/Int| { lval x: R|() -> kotlin/Int| = fun (): R|kotlin/Int| { ^ Int(4) } lval y: R|() -> kotlin/Int| = fun (): R|kotlin/Int| { ^ Int(2) } ^foo Int(10).R|kotlin/Int.times|(R|/x|.R|SubstitutionOverride|()).R|kotlin/Int.plus|(R|/y|.R|SubstitutionOverride|()) }