Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
backingField
/
FieldOnVar.kt
blob: 0ca4a459a8f50ec3a3d68b0a70c211c62f42946a [
file
]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
var
my
:
Int
=
0
get
()
=
-
field
set
(
arg
)
{
field
=
arg
}
/* GENERATED_FIR_TAGS: assignment, getter, integerLiteral, propertyDeclaration, setter, unaryExpression */