Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
backingField
/
CustomGetVal.kt
blob: e85f05040e2b61adada73e72e6e7eb8ce7b57c3d [
file
]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
class
CustomGetVal
()
{
val zz
=
1
get
()
=
field
*
2
}
/* GENERATED_FIR_TAGS: classDeclaration, getter, integerLiteral, multiplicativeExpression, primaryConstructor,
propertyDeclaration */