Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
smartCasts
/
varChangedInInitializer.fir.kt
blob: 2da56daf6807fab69914ff4abd599c4cd19aa81b [
file
]
// RUN_PIPELINE_TILL: BACKEND
class
My
{
init
{
var
y
:
Int
?
y
=
42
y
.
hashCode
()
}
}
/* GENERATED_FIR_TAGS: assignment, classDeclaration, init, integerLiteral, localProperty, nullableType,
propertyDeclaration, smartcast */