blob: b98d987d14712c100f7b29872feafbe9a5bc8c39 [file]
// "Replace annotation with kotlin.annotation.Retention" "true"
import java.lang.annotation.RetentionPolicy
import java.lang.annotation.Retention
@Retention<caret>(RetentionPolicy.CLASS)
annotation class Foo