Correct detection of non-qualified references in ReplaceWith analyzer

This commit is contained in:
Valentin Kipyatkov
2015-10-19 15:09:37 +03:00
parent 7eaf00a34d
commit a8d9c761c8
5 changed files with 24 additions and 24 deletions
@@ -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)
}