Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
946dff8bda9fd326d2b6c18f10c7545ebed12ae1
/
.
/
compiler
/
testData
/
codegen
/
properties
/
syntheticMethod
/
topLevel.kt
blob: f18feb4bea320c6ad593728e64aa8530ddd824fb [
file
]
@Retention
(
AnnotationRetention
.
RUNTIME
)
annotation
class
SomeAnnotation
(
val value
:
String
)
@SomeAnnotation
(
"OK"
)
val
property
:
Int
get
()
=
42