Do not refer to java packages in common completion tests

This commit is contained in:
Ilya Gorbunov
2016-11-17 22:26:31 +03:00
parent 3cea5c4510
commit eebb820060
11 changed files with 14 additions and 20 deletions
@@ -1,10 +1,10 @@
package java.ut<caret>il.
package kotlin.prop<caret>erties.
import java.util.AbstractList
import kotlin.properties.Delegates
class Test {
}
// EXIST: util
// EXIST: properties
// NOTHING_ELSE