[JS IR] disable some AST checks for now

This commit is contained in:
Anton Bannykh
2021-11-12 13:35:31 +03:00
committed by TeamCityServer
parent 953089a4b9
commit 58bd4ffd71
7 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -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)