Update testdata according to change compiler version to 1.4

This commit is contained in:
Dmitriy Novozhilov
2020-01-15 22:13:52 +03:00
parent 5bfb92661e
commit 76b3964e96
39 changed files with 109 additions and 244 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ fun box(): String {
check(js("String"), "String", String::class)
check(js("Boolean"), "Boolean", Boolean::class)
check(js("Error"), "Throwable", Throwable::class)
check(js("Array"), "Array", Array<Any>::class)
check(js("Array"), "Array", Array::class)
check(js("Function"), "Function0", Function0::class)
check(js("Function"), "Function1", Function1::class)