Files

6 lines
94 B
Kotlin
Vendored

@Deprecated("", level=DeprecationLevel.HIDDEN)
fun a() {}
fun test() {
<expr>a()</expr>
}