blob: b31ff494f6a27e0c588535bbabe0bd3da8bd9781 [file]
// RUN_PIPELINE_TILL: BACKEND
fun ff(a: String) = 1
fun gg() {
val a: String? = ""
if (a != null) {
ff(<!DEBUG_INFO_SMARTCAST!>a<!>)
}
}
/* GENERATED_FIR_TAGS: equalityExpression, functionDeclaration, ifExpression, integerLiteral, localProperty,
nullableType, propertyDeclaration, smartcast, stringLiteral */