JS: unmute now passing tests and mute test that passed by accident.

This commit is contained in:
Alexey Andreev
2017-03-02 13:06:49 +03:00
parent a6ca2906d8
commit ef38761dc2
10 changed files with 17 additions and 75 deletions
+2
View File
@@ -1,4 +1,6 @@
//KT-2997 Automatically cast error (Array)
// IGNORE_BACKEND: JS
// Unmute when JS implements primitive arrays via TypeArray
fun foo(a: Any): Int {
if (a is IntArray) {