Make DeprecatedCallableAddReplaceWithInspection applicability based

Removes intention version of the same thing
Includes some optimization of 'Deprecated' annotation detection
This commit is contained in:
Mikhail Glukhikh
2018-03-27 16:53:20 +03:00
parent ab973b2ff0
commit 2125c42328
54 changed files with 245 additions and 262 deletions
@@ -0,0 +1,6 @@
<caret>@Deprecated("")
fun foo(p: Int) {
bar("$p ${p + 1} $0")
}
fun bar(s: String){}