9 lines
141 B
Kotlin
Vendored
9 lines
141 B
Kotlin
Vendored
package kotlin
|
|
|
|
@Deprecated("")
|
|
@<!DEPRECATED_SINCE_KOTLIN_WITHOUT_ARGUMENTS!>DeprecatedSinceKotlin<!>
|
|
fun foo() {}
|
|
|
|
fun test() {
|
|
foo()
|
|
} |