[SLC] provide correct parent for annotations on type
The first step of KT-56870 ^KT-56613 ^KT-56870
This commit is contained in:
committed by
Space Team
parent
7273610d41
commit
8c757e36ea
+2
@@ -1,3 +1,5 @@
|
||||
// IGNORE_PARENTING_CHECK
|
||||
|
||||
class Inv<E>
|
||||
class Out<out T>
|
||||
class OutPair<out Final, out Y>
|
||||
|
||||
+2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user