2125c42328
Removes intention version of the same thing Includes some optimization of 'Deprecated' annotation detection
6 lines
59 B
Kotlin
Vendored
6 lines
59 B
Kotlin
Vendored
<caret>@Deprecated("")
|
|
fun foo() {
|
|
bar()
|
|
}
|
|
|
|
fun bar(){} |