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