blob: 923c43a9b9ccf735331ceef250f78682341b4fef [file]
// RUN_PIPELINE_TILL: BACKEND
class My {
val x: Int
init {
var y: Int? = null
if (y != null) {
x = <!DEBUG_INFO_SMARTCAST!>y<!>.hashCode()
}
else {
x = 0
}
}
}
/* GENERATED_FIR_TAGS: assignment, classDeclaration, equalityExpression, ifExpression, init, integerLiteral,
localProperty, nullableType, propertyDeclaration, smartcast */