Fixed ShortenReferences for the case of extension for object

This commit is contained in:
Valentin Kipyatkov
2017-08-02 21:51:19 +03:00
parent 840ee66fd0
commit d4e0f53583
5 changed files with 35 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
import dependency.extFun
fun foo() {
<selection>dependency.AnObject.extFun()</selection>
}