Correct detection of non-qualified references in ReplaceWith analyzer
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
import dependency.C
|
||||
import dependency.C.Companion.newFun
|
||||
|
||||
// "Replace with 'newFun(this)'" "true"
|
||||
|
||||
fun foo(c: dependency.C) {
|
||||
C.<caret>newFun(c)
|
||||
newFun(c)
|
||||
}
|
||||
Reference in New Issue
Block a user