[FIR] Don't check class super type annotations for loops
Only do it for typealiases. #KT-64059 Fixed
This commit is contained in:
committed by
Space Team
parent
984493fe8b
commit
242e16baea
+10
@@ -0,0 +1,10 @@
|
||||
// FIR_IDENTICAL
|
||||
// ISSUE: KT-64059
|
||||
|
||||
interface OuterInterface
|
||||
|
||||
class MyClass: @MyClass.NestedAnnotation OuterInterface {
|
||||
|
||||
@Target(AnnotationTarget.CLASS, AnnotationTarget.TYPE)
|
||||
annotation class NestedAnnotation
|
||||
}
|
||||
Reference in New Issue
Block a user