blob: 5e6c396cf58d295d69ac61a3b24a915e0d9ca6bd [file]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
// ISSUE: KT-64059
interface OuterInterface
class MyClass: @MyClass.NestedAnnotation OuterInterface {
@Target(AnnotationTarget.CLASS, AnnotationTarget.TYPE)
annotation class NestedAnnotation
}
/* GENERATED_FIR_TAGS: annotationDeclaration, classDeclaration, interfaceDeclaration, nestedClass */