Fixed testdata -- removed package import
This commit is contained in:
+1
-3
@@ -1,5 +1,3 @@
|
||||
package to
|
||||
|
||||
import a.b
|
||||
|
||||
val c = b.B()
|
||||
val c = a.b.B()
|
||||
@@ -1 +0,0 @@
|
||||
a.b
|
||||
|
||||
+1
-3
@@ -1,5 +1,3 @@
|
||||
package a
|
||||
|
||||
import a.b
|
||||
|
||||
<selection>val c = b.B()</selection>
|
||||
<selection>val c = a.b.B()</selection>
|
||||
Reference in New Issue
Block a user