blob: 61722f2380ec61d32ba5277fcf3ef7c7e9c0aa11 [file]
import kotlin.annotation.AnnotationTarget.FIELD
object Some {
@Target(FIELD)
annotation class An<caret>n
const val FIELD = ""
}