// "Add annotation target" "true" @Target(AnnotationTarget.FIELD, AnnotationTarget.PROPERTY) annotation class FieldAnn @FieldAnn val x get() = 42