[K/N] Add test for Annotations on type parameters and update doc

^KT-57404
This commit is contained in:
Pavel Kunyavskiy
2023-03-17 18:18:44 +01:00
committed by Space Team
parent 66c278ff8d
commit 1c2f34ab4e
3 changed files with 19 additions and 2 deletions
@@ -15,7 +15,7 @@ public enum class AnnotationTarget {
CLASS,
/** Annotation class only */
ANNOTATION_CLASS,
/** Generic type parameter (unsupported yet) */
/** Generic type parameter */
TYPE_PARAMETER,
/** Property */
PROPERTY,