mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-02 15:53:13 +00:00
7 lines
97 B
Kotlin
Vendored
7 lines
97 B
Kotlin
Vendored
// a.HiddenDeprecatedKt
|
|
package a
|
|
|
|
@Deprecated("f", level = DeprecationLevel.HIDDEN)
|
|
fun f() {
|
|
|
|
} |