Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5e49b472f81ed95098eec9749aa2ad0415fac731
/
.
/
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
()
{}