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