blob: f1cf7c6f69aeae8838537e2f35b023aeb529340d [file]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
annotation class Base(val x: Int)
annotation class UseBase(val b: Base = Base(0))
@UseBase class My
/* GENERATED_FIR_TAGS: annotationDeclaration, classDeclaration, integerLiteral, primaryConstructor, propertyDeclaration */