Fixed testdata -- removed package import

This commit is contained in:
Stanislav Erokhin
2015-09-13 04:27:53 +03:00
parent 387d16d1d5
commit 8efbf4fc32
56 changed files with 58 additions and 219 deletions
@@ -1,8 +0,0 @@
import java.util
class A {
<caret>
}
// EXIST: { lookupString: "kotlin", itemText: "kotlin", tailText: null, typeText: null }
// EXIST: { lookupString: "util", itemText: "util", tailText: " (java.util)", typeText: null }
@@ -1,7 +1,5 @@
package some
import jettesting.data
fun other() {
data.topLevelFu<caret>
jettesting.data.topLevelFu<caret>
}
@@ -1,7 +1,5 @@
package some
import jettesting.data
fun other() {
data.topLevelFunction()
jettesting.data.topLevelFunction()
}
@@ -1,10 +1,7 @@
import my.koza
class A {
val v = ko<caret>
}
// INVOCATION_COUNT: 2
// ORDER: koza
// ORDER: kotlin
// ORDER: kokoFun