Files
kotlin-fork/compiler/tests-spec/testData/diagnostics/helpers/annotations.kt
T
2019-04-19 11:55:30 +03:00

3 lines
127 B
Kotlin
Vendored

@Retention(AnnotationRetention.SOURCE)
@Target(AnnotationTarget.EXPRESSION)
annotation class RetentionSourceAndTargetExpression