Fix completion tests after moving collection types in JS
This commit is contained in:
+3
-3
@@ -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
|
||||
Reference in New Issue
Block a user