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