4 lines
140 B
Kotlin
Vendored
4 lines
140 B
Kotlin
Vendored
// "Remove EXPRESSION target" "true"
|
|
<caret>@Retention(AnnotationRetention.BINARY)
|
|
@Target(AnnotationTarget.EXPRESSION)
|
|
annotation class Ann |