7 lines
107 B
Kotlin
Vendored
7 lines
107 B
Kotlin
Vendored
@Deprecated("foo test")
|
|
@DeprecatedSinceKotlin(warningSince = "1.0")
|
|
fun foo() {}
|
|
|
|
fun test() {
|
|
foo()
|
|
} |