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