blob: 1c94df9dae17b86cb7c3559335b141cad7197a93 [file]
// RUN_PIPELINE_TILL: BACKEND
fun foo(d: Any?) {
if (d is String?) {
<!DEBUG_INFO_SMARTCAST!>d<!>!!
doString(<!DEBUG_INFO_SMARTCAST!>d<!>)
}
}
fun doString(s: String) = s
/* GENERATED_FIR_TAGS: checkNotNullCall, functionDeclaration, ifExpression, isExpression, nullableType, smartcast */