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