Annotate TYPEALIAS annotation target being available since Kotlin 1.1

This commit is contained in:
Ilya Gorbunov
2016-11-11 20:01:57 +03:00
parent f381f1e699
commit b96deac09c
@@ -49,6 +49,7 @@ public enum class AnnotationTarget {
/** File */ /** File */
FILE, FILE,
/** Type alias */ /** Type alias */
@SinceKotlin("1.1")
TYPEALIAS TYPEALIAS
} }