blob: 2bb668a61fdfa55bba1ceb8610568e04717d252c [file]
// RUN_PIPELINE_TILL: BACKEND
fun test(a: Any?) {
if (a != null) {
<!DEBUG_INFO_SMARTCAST!>a<!>.foo(11)
}
}
fun <T> Any.foo(t: T) = t
/* GENERATED_FIR_TAGS: equalityExpression, funWithExtensionReceiver, functionDeclaration, ifExpression, integerLiteral,
nullableType, smartcast, typeParameter */