Make DeprecatedCallableAddReplaceWithInspection applicability based
Removes intention version of the same thing Includes some optimization of 'Deprecated' annotation detection
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
// WITH_RUNTIME
|
||||
<caret>@Deprecated("")
|
||||
fun foo(s: String): String {
|
||||
return s.substring(1) + Int.MAX_VALUE
|
||||
}
|
||||
Reference in New Issue
Block a user