9 lines
93 B
Kotlin
Vendored
9 lines
93 B
Kotlin
Vendored
package kotlin
|
|
|
|
@Deprecated("")
|
|
@DeprecatedSinceKotlin
|
|
fun foo() {}
|
|
|
|
fun test() {
|
|
foo()
|
|
} |