[FIR] Introduce supertypes-for-annotation-class checker
This commit is contained in:
@@ -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()<!>
|
||||
|
||||
Reference in New Issue
Block a user