[JS IR] disable some AST checks for now
This commit is contained in:
committed by
TeamCityServer
parent
953089a4b9
commit
58bd4ffd71
@@ -15,7 +15,7 @@ public class A(public val x: Int) {
|
||||
|
||||
import utils.*
|
||||
|
||||
// CHECK_CONTAINS_NO_CALLS: test
|
||||
// CHECK_CONTAINS_NO_CALLS: test TARGET_BACKENDS=JS
|
||||
|
||||
internal fun test(a: A, y: Int): Int = a.plus(y)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user