Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
backingField
/
FieldShadow.fir.kt
blob: e577eb1562fc602c238f3c717709bc4328c6ba5a [
file
]
// RUN_PIPELINE_TILL: BACKEND
class
My
{
// No initialization needed because no backing field
val two
:
Int
get
()
{
val field
=
2
return
field
}
}
/* GENERATED_FIR_TAGS: classDeclaration, getter, integerLiteral, localProperty, propertyDeclaration */