| // 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 */ |