Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
a3b14561c4d5f2ab5a7edc53fca7d3c891589f2c
/
.
/
plugins
/
uast-kotlin
/
testData
/
PropertyWithAnnotation.kt
blob: 854cd7ee5506c529f887db0e828a2208c0940b76 [
file
] [
log
] [
blame
]
annotation
class
TestAnnotation
@TestAnnotation
val prop1
:
Int
=
0
@get
:
TestAnnotation
val prop2
:
Int
get
()
=
0
@set
:
TestAnnotation
var
prop3
:
Int
=
0
get
()
=
0
set
(
value
)
{
field
=
value
}