9 lines
287 B
Kotlin
Vendored
9 lines
287 B
Kotlin
Vendored
// "Add SOURCE retention" "false"
|
|
// DISABLE-ERRORS
|
|
// ACTION: Change existent retention to SOURCE
|
|
// ACTION: Make internal
|
|
// ACTION: Make private
|
|
// ACTION: Remove EXPRESSION target
|
|
<caret>@Retention(AnnotationRetention.BINARY)
|
|
@Target(AnnotationTarget.EXPRESSION)
|
|
annotation class Ann |