blob: d73bdd005cb9c1d6066f02c6a66d2e599ddc61a3 [file]
// RUN_PIPELINE_TILL: BACKEND
// ISSUE: KT-61168
class A() {
}
@Deprecated("A", level = DeprecationLevel.HIDDEN)
fun A() = A()
/* GENERATED_FIR_TAGS: classDeclaration, functionDeclaration, primaryConstructor, stringLiteral */