Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
analysis
/
low-level-api-fir
/
testData
/
fileStructure
/
topLevelProperty.kt
blob: d787cf481c7f4f982e7f29a8610dc1aba94e4cbd [
file
]
var
x
:
Int
/* DeclarationStructureElement */
get
()
=
field
set
(
value
)
{
field
=
value
}
val y
=
42
/* DeclarationStructureElement */
var
z
:
Int
=
15
/* DeclarationStructureElement */