JS IR: unmute tests

This commit is contained in:
Anton Bannykh
2018-07-10 17:07:54 +03:00
parent 9e9b27fe79
commit ac1a97ad83
36 changed files with 0 additions and 36 deletions
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
fun box(): String {
val a1: Any = 1.toByte().plus(1)
val a2: Any = 1.toShort().plus(1)
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
fun <T> id(x: T) = x
fun box(): String {
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
fun box(): String {
val a1: Any = 1.toByte() + 1
val a2: Any = 1.toShort() + 1
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
fun box(): String {
val c1: Char = 0.toChar()
val c2 = c1 - 1