QualifiedExpressionResolver: change root prefix from _Qfadj4tPV to _root_ide_package_

This commit is contained in:
Dmitry Gridin
2019-09-26 18:13:52 +07:00
parent 9a2da67919
commit 589094377e
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2,6 +2,6 @@ package a
class Goo {
fun x() {
<selection>_Qfadj4tPV.a.b.foo()</selection>
<selection>_root_ide_package_.a.b.foo()</selection>
}
}