blob: b5255ada5a0902c49c9f6b344dfdc1a749e41637 [file]
val x: Int? = 0
get() {
if (field != null) return <!DEBUG_INFO_SMARTCAST!>field<!>.hashCode()
return null
}