JS IR: unmute tests

This commit is contained in:
Anton Bannykh
2018-07-04 15:15:40 +03:00
parent 65846d783d
commit 07b3b66fd9
102 changed files with 2 additions and 101 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
class AByte(var value: Byte) {
operator fun get(i: Int) = value
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
operator fun Long.get(i: Int) = this
operator fun Long.set(i: Int, newValue: Long) {}
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
class A<T>(var value: T) {
operator fun get(i: Int) = value
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
fun box(): String {
var aByte: Byte? = 0
var bByte: Byte = 0