FILE: lambdaInIfInTry.kt public final suspend fun suspendRun(block: R|suspend () -> R|): R|R| { ^suspendRun Null(null)!! } public final suspend fun test(): R|kotlin/Unit| { lvar e: R|kotlin/Throwable?| = Null(null) try { R|/suspendRun|( = suspendRun@fun (): R|kotlin/Unit| { when () { Boolean(true) -> { ^test Unit } } } ) } finally { when () { !=(R|/e|, Null(null)) -> { throw R|/e| } } } }