Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
overload
/
kt61168WithFix.fir.kt
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 */