// "Replace annotation with kotlin.annotation.Retention" "true" import java.lang.annotation.RetentionPolicy import java.lang.annotation.Retention @Retention(RetentionPolicy.SOURCE) annotation class Foo