blob: 957538072bb9719e64502ba15fe5e515641dc256 [file]
class My {
init {
var y: Int?
y = 42
<!DEBUG_INFO_SMARTCAST!>y<!>.hashCode()
}
}