object Some { @Target(AnnotationTarget.CLASS) annotation class Ann enum class AnnotationTarget { CLASS } }