[SLC] provide correct parent for annotations on type

The first step of KT-56870

^KT-56613
^KT-56870
This commit is contained in:
Dmitrii Gridin
2023-02-22 14:26:32 +01:00
committed by Space Team
parent 7273610d41
commit 8c757e36ea
11 changed files with 176 additions and 141 deletions
@@ -1,3 +1,5 @@
// IGNORE_PARENTING_CHECK
class Inv<E>
class Out<out T>
class OutPair<out Final, out Y>
@@ -1,3 +1,5 @@
// IGNORE_PARENTING_CHECK
class Inv<E>
class Out<out T>
class OutPair<out Final, out Y>
@@ -1,3 +1,5 @@
// IGNORE_PARENTING_CHECK
@Target(AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.TYPE)
annotation class A0
@Target(AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.TYPE)