Files
kotlin-fork/analysis/analysis-api/testData/helpers/isDenotable/helpers.kt
T
2021-12-15 16:09:31 +03:00

9 lines
247 B
Kotlin
Vendored

@Target(AnnotationTarget.EXPRESSION)
@Retention(AnnotationRetention.SOURCE)
annotation class Denotable(val type: String)
@Target(AnnotationTarget.EXPRESSION)
@Retention(AnnotationRetention.SOURCE)
annotation class Nondenotable(val type: String)