2125c42328
Removes intention version of the same thing Includes some optimization of 'Deprecated' annotation detection
5 lines
73 B
Kotlin
Vendored
5 lines
73 B
Kotlin
Vendored
<caret>@Deprecated("")
|
|
fun foo(): String = bar()
|
|
|
|
fun bar(): String = ""
|