Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6fc27c22f44d8051bf2e89f1657c0d9741c281c0
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
backingField
/
CustomSet.kt
blob: 1bfb7db8f77ffb5f4edd61a2ad2461cb8cac311e [
file
]
// FIR_IDENTICAL
class
Raise
()
{
var
zz
=
1
set
(
it
)
{
field
=
it
/
2
}
}