Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
backingField
/
CustomSet.kt
blob: 0ed80ae84e87261325a2a8a5612cf348007718e5 [
file
]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
class
Raise
()
{
var
zz
=
1
set
(
it
)
{
field
=
it
/
2
}
}
/* GENERATED_FIR_TAGS: assignment, classDeclaration, integerLiteral, multiplicativeExpression, primaryConstructor,
propertyDeclaration, setter */