[FIR] Introduce supertypes-for-annotation-class checker

This commit is contained in:
Julia
2021-04-01 04:36:26 +03:00
committed by Mikhail Glukhikh
parent caeb0b43be
commit 5472199bb1
15 changed files with 110 additions and 5 deletions
@@ -9,4 +9,4 @@ open class Your {
open val x: Int = 0
}
annotation class His(override val x: Int): Your()
annotation class His(override val x: Int): <!SUPERTYPES_FOR_ANNOTATION_CLASS!>Your()<!>