blob: d3fc5237ddb5656f667728c256035a816e340543 [file]
// RUN_PIPELINE_TILL: BACKEND
// ISSUE: KT-41198, KT-59860
fun test() {
val b: Int
run { b = 1 }<!UNNECESSARY_SAFE_CALL!>?.<!>let {}
b.inc()
}
/* GENERATED_FIR_TAGS: assignment, functionDeclaration, integerLiteral, lambdaLiteral, localProperty, nullableType,
propertyDeclaration, safeCall */