Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
analysis
/
low-level-api-fir
/
testData
/
fileStructure
/
propertyAccessors.kt
blob: f45ed9343bcc622b8221378430cf805a7ffcf9ff [
file
]
var
x
:
Int
=
10
/* DeclarationStructureElement */
get
()
=
field
set
(
value
)
{
field
=
value
}
class
X
{
/* ClassDeclarationStructureElement */
var
y
:
Int
=
10
/* DeclarationStructureElement */
get
()
=
field
set
(
value
)
{
field
=
value
}
}