Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
analysis
/
symbol-light-classes
/
testData
/
annotationsEquality
/
Deprecated.kt
blob: 004e30df11c4fc3bf1c13ce971b82d843826c905 [
file
]
// PSI: org.jetbrains.kotlin.light.classes.symbol.classes.SymbolLightClassForClassOrObject
// EXPECTED: kotlin.Deprecated
@Deprecated
(
""
,
ReplaceWith
(
""
),
level
=
DeprecationLevel
.
ERROR
)
class
MyC
<caret>
lass