blob: 551bc254e3c7a1c5060e9b672119cdb27caf7ae2 [file]
// FIR_IDENTICAL
// ISSUE: KT-64059
interface OuterInterface
class MyClass: @MyClass.NestedAnnotation OuterInterface {
@Target(AnnotationTarget.CLASS, AnnotationTarget.TYPE)
annotation class NestedAnnotation
}