FILE: twoLocalLambdasWithSameName.kt public abstract interface R : R|kotlin/Any| { } public final fun takeInt(x: R|kotlin/Int|): R|kotlin/Unit| { } public final fun test(fn: R|R.() -> kotlin/String|): R|kotlin/Unit| { lval renderer: R|| = object : R|R| { private constructor(): R|| { super() } public final fun render(fn: R|R.() -> kotlin/Int|): R|kotlin/Unit| { lval result: R|kotlin/Int| = R|/fn|.R|SubstitutionOverride|(this@R|/|) R|/takeInt|(R|/result|) } } }