Fixed testdata -- removed package import
This commit is contained in:
+1
-3
@@ -1,7 +1,5 @@
|
||||
package some
|
||||
|
||||
import jettesting.data
|
||||
|
||||
fun other() {
|
||||
data.topLevelFu<caret>
|
||||
jettesting.data.topLevelFu<caret>
|
||||
}
|
||||
|
||||
+1
-3
@@ -1,7 +1,5 @@
|
||||
package some
|
||||
|
||||
import jettesting.data
|
||||
|
||||
fun other() {
|
||||
data.topLevelFunction()
|
||||
jettesting.data.topLevelFunction()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user