blob: 8ab9bf9f473f22881274753b87e3ea0309106b2a [file]
// RUN_PIPELINE_TILL: BACKEND
fun foo() {
class My {
val x: Int
init {
var y: Int?
y = 42
x = <!DEBUG_INFO_SMARTCAST!>y<!>.hashCode()
}
}
}
/* GENERATED_FIR_TAGS: assignment, classDeclaration, functionDeclaration, init, integerLiteral, localClass,
localProperty, nullableType, propertyDeclaration, smartcast */