Make DeprecatedCallableAddReplaceWithInspection applicability based
Removes intention version of the same thing Includes some optimization of 'Deprecated' annotation detection
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
package dependency
|
||||
|
||||
class D {
|
||||
companion object {
|
||||
val value = 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user