Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fc95605a393f931d6a85ae993728de35cb600abb
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
lightClassByFqName
/
HiddenDeprecatedInClass.kt
blob: 286644f57d4cdebbe316e1cfa6188c6a4f85aafc [
file
]
// a.A
package
a
class
A
{
@Deprecated
(
"f"
,
level
=
DeprecationLevel
.
HIDDEN
)
fun f
()
{
}
}