Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
dd4ca2cb43e932606f2630bd1f6f81f9cfb14a2e
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
lightClassByFqName
/
DeprecatedNotHiddenInClass.kt
blob: d92ef8984d8c2b559ae9167ecb3652455767589a [
file
] [
log
] [
blame
]
// a.A
package
a
class
A
{
@Deprecated
(
"f"
)
fun f
()
{
}
}
// FIR_COMPARISON