blob: 2da56daf6807fab69914ff4abd599c4cd19aa81b [file]
// RUN_PIPELINE_TILL: BACKEND
class My {
init {
var y: Int?
y = 42
y.hashCode()
}
}
/* GENERATED_FIR_TAGS: assignment, classDeclaration, init, integerLiteral, localProperty, nullableType,
propertyDeclaration, smartcast */