FILE: complexPostponedCfg.kt public abstract interface FirBase : R|kotlin/Any| { } public abstract interface FirFunctionCall : R|FirBase| { } public final fun foo(statements: R|kotlin/collections/List|, arguments: R|kotlin/collections/List|, explicitReceiver: R|FirBase|): R|kotlin/collections/List| { lval firstCalls: R|kotlin/collections/List| = R|kotlin/with||>((R|/statements|.R|kotlin/collections/last|() as R|FirFunctionCall|), = setCall@fun R|FirFunctionCall|.(): R|kotlin/collections/List| { ^ R|kotlin/collections/buildList|( = buildList@fun R|kotlin/collections/MutableList|.(): R|kotlin/Unit| { this@R|special/anonymous|.R|SubstitutionOverride|(this@R|special/anonymous|) R|kotlin/with|((R|/arguments|.R|kotlin/collections/last|() as R|FirFunctionCall|), = plusCall@fun R|FirFunctionCall|.(): R|kotlin/Unit| { this@R|special/anonymous|.R|SubstitutionOverride|(this@R|special/anonymous|) this@R|special/anonymous|.R|SubstitutionOverride|((R|/explicitReceiver| as R|FirFunctionCall|)) } ) } ) } ) ^foo R|/firstCalls| }