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