Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1b95d296c5592d3a3e71cc638994fa2ba4e4f7
/
.
/
compiler
/
testData
/
ir
/
sourceRanges
/
annotations.kt
blob: 87f18d3b509fc6f8358bc0bfd216c2e32dd9daa9 [
file
]
@Target
(
AnnotationTarget
.
FUNCTION
,
AnnotationTarget
.
PROPERTY_GETTER
,
AnnotationTarget
.
PROPERTY_SETTER
)
internal
annotation
class
MyAnnotation
(
val description
:
String
)
@MyAnnotation
(
"fooAnotation"
)
fun foo
()
{}