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