Remove JavaPackage from common completion tests, move to java-specific tests

This commit is contained in:
Ilya Gorbunov
2016-11-04 06:02:38 +03:00
parent 6656d10c67
commit fbcf7c146b
3 changed files with 6 additions and 12 deletions
@@ -0,0 +1,6 @@
package Tests
class A : java.<caret>
// EXIST: lang, util, io
// ABSENT: fun, val, var, package