Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
smartCasts
/
fieldInGetter.kt
blob: b5255ada5a0902c49c9f6b344dfdc1a749e41637 [
file
]
val x
:
Int
?
=
0
get
()
{
if
(
field
!=
null
)
return
<!
DEBUG_INFO_SMARTCAST
!>
field
<!>.
hashCode
()
return
null
}