Fix completion tests after moving collection types in JS

This commit is contained in:
Ilya Gorbunov
2016-08-31 18:50:06 +03:00
parent bf56f04368
commit b741c82a66
3 changed files with 10 additions and 5 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
package Test
import java.util.<caret>
import kotlin.<caret>
class Test {
}
// EXIST: AbstractList, Date
// EXIST_JAVA_ONLY: Random, concurrent
// EXIST: Unit, Nothing, collections
// EXIST_JAVA_ONLY: assert, concurrent