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