Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
95f8e2b81619b813587978cc166fa96b457b1863
/
.
/
analysis
/
analysis-api-fir
/
testData
/
surface
/
deprecatedAnnotationApplicableTargets.kt
blob: b7a0711577883a97b39ba75977a0c460a705de7e [
file
]
@Target
(
AnnotationTarget
.
CLASS
,
AnnotationTarget
.
FUNCTION
)
annotation
class
MyAnnotation
@MyAnnotation
fun test
()
{}