39f576d75c
#KT-29666 Fixed
7 lines
209 B
Kotlin
Vendored
7 lines
209 B
Kotlin
Vendored
// "Replace annotation with kotlin.annotation.Retention" "true"
|
|
|
|
import java.lang.annotation.RetentionPolicy
|
|
import java.lang.annotation.Retention
|
|
|
|
@Retention<caret>(RetentionPolicy.CLASS)
|
|
annotation class Foo |