QualifiedExpressionResolver: change root prefix from _Qfadj4tPV to _root_ide_package_
This commit is contained in:
+1
-1
@@ -2,6 +2,6 @@ package a
|
||||
|
||||
class Goo {
|
||||
fun x() {
|
||||
<selection>_Qfadj4tPV.a.b.foo()</selection>
|
||||
<selection>_root_ide_package_.a.b.foo()</selection>
|
||||
}
|
||||
}
|
||||
@@ -1,3 +1,3 @@
|
||||
|
||||
fun f(s: <selection>_Qfadj4tPV.same.same</selection>) {
|
||||
fun f(s: <selection>_root_ide_package_.same.same</selection>) {
|
||||
}
|
||||
Reference in New Issue
Block a user