[JS IR BE] Unmute tests
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
// IGNORE_BACKEND: JS_IR
|
|
||||||
fun Long.id() = this
|
fun Long.id() = this
|
||||||
|
|
||||||
fun String.drop2() = if (length >= 2) subSequence(2, length) else null
|
fun String.drop2() = if (length >= 2) subSequence(2, length) else null
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
// IGNORE_BACKEND: JS_IR
|
|
||||||
fun Long.id() = this
|
fun Long.id() = this
|
||||||
|
|
||||||
fun String.drop2() = if (length >= 2) subSequence(2, length) else null
|
fun String.drop2() = if (length >= 2) subSequence(2, length) else null
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
// IGNORE_BACKEND: JS_IR
|
|
||||||
fun Long.id() = this
|
fun Long.id() = this
|
||||||
|
|
||||||
fun String.drop2() = if (length >= 2) subSequence(2, length) else null
|
fun String.drop2() = if (length >= 2) subSequence(2, length) else null
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
// IGNORE_BACKEND: JS_IR
|
|
||||||
fun Long.id() = this
|
fun Long.id() = this
|
||||||
|
|
||||||
fun String.drop2() = if (length >= 2) subSequence(2, length) else null
|
fun String.drop2() = if (length >= 2) subSequence(2, length) else null
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
// IGNORE_BACKEND: JS_IR
|
|
||||||
fun stringConcat(n : Int) : String? {
|
fun stringConcat(n : Int) : String? {
|
||||||
var string : String? = ""
|
var string : String? = ""
|
||||||
for (i in 0..(n - 1))
|
for (i in 0..(n - 1))
|
||||||
|
|||||||
-1
@@ -1,7 +1,6 @@
|
|||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
// KJS_WITH_FULL_RUNTIME
|
// KJS_WITH_FULL_RUNTIME
|
||||||
// IGNORE_BACKEND: JVM_IR
|
// IGNORE_BACKEND: JVM_IR
|
||||||
// IGNORE_BACKEND: JS_IR
|
|
||||||
|
|
||||||
fun box(): String {
|
fun box(): String {
|
||||||
var sum = 0u
|
var sum = 0u
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
// IGNORE_BACKEND: JVM_IR
|
// IGNORE_BACKEND: JVM_IR
|
||||||
// IGNORE_BACKEND: JS_IR
|
|
||||||
// FILE: 1.kt
|
// FILE: 1.kt
|
||||||
|
|
||||||
package test
|
package test
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
// IGNORE_BACKEND: JS_IR
|
|
||||||
// EXPECTED_REACHABLE_NODES: 1283
|
// EXPECTED_REACHABLE_NODES: 1283
|
||||||
|
|
||||||
fun box(): String {
|
fun box(): String {
|
||||||
|
|||||||
Reference in New Issue
Block a user