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