7 lines
125 B
Kotlin
Vendored
7 lines
125 B
Kotlin
Vendored
@Deprecated("")
|
|
@<!DEPRECATED_SINCE_KOTLIN_WITHOUT_ARGUMENTS!>DeprecatedSinceKotlin<!>
|
|
fun foo() {}
|
|
|
|
fun test() {
|
|
foo()
|
|
} |