5 lines
73 B
Kotlin
Vendored
5 lines
73 B
Kotlin
Vendored
<caret>@deprecated("")
|
|
fun foo(): String = bar()
|
|
|
|
fun bar(): String = ""
|