6 lines
152 B
Kotlin
Vendored
6 lines
152 B
Kotlin
Vendored
// "Change existent retention to SOURCE" "true"
|
|
class AnnotationRetention
|
|
|
|
<caret>@Retention()
|
|
@Target(AnnotationTarget.EXPRESSION)
|
|
annotation class Ann |