Fix tests after introducing exlcusions to default imports of kotlin.js package.

This commit is contained in:
Ilya Gorbunov
2017-01-28 09:18:48 +03:00
parent 33f3106157
commit 38b79a51d5
11 changed files with 24 additions and 10 deletions
@@ -4,5 +4,5 @@ class Test {
}
}
// EXIST: Any, Nothing, Unit, Int, Number, Array, Math
// EXIST: Any, Nothing, Unit, Int, Number, Array
// EXIST_JAVA_ONLY: Thread
@@ -3,5 +3,5 @@ class Test : <caret> {
}
}
// EXIST: Any, Nothing, Unit, Int, Number, Array, Math
// EXIST: Any, Nothing, Unit, Int, Number, Array
// EXIST_JAVA_ONLY: Thread