Make DeprecatedCallableAddReplaceWithInspection applicability based
Removes intention version of the same thing Includes some optimization of 'Deprecated' annotation detection
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
@Deprecated("", <caret>ReplaceWith("bar()"))
|
||||
fun foo(): String = bar()
|
||||
|
||||
fun bar(): String = ""
|
||||
Reference in New Issue
Block a user