dd824aacb6
This reverts commit 43b4df74bc.
8 lines
115 B
Kotlin
Vendored
8 lines
115 B
Kotlin
Vendored
// a.HiddenDeprecatedKt
|
|
package a
|
|
|
|
@Deprecated("f", level = DeprecationLevel.HIDDEN)
|
|
fun f() {
|
|
|
|
}
|
|
// FIR_COMPARISON |