Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
smartCasts
/
varChangedInInitializer.kt
blob: 957538072bb9719e64502ba15fe5e515641dc256 [
file
]
class
My
{
init
{
var
y
:
Int
?
y
=
42
<!
DEBUG_INFO_SMARTCAST
!>
y
<!>.
hashCode
()
}
}