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