[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
@@ -13,7 +13,7 @@ class A(val value: String) {
import test.*
// CHECK_CONTAINS_NO_CALLS: box
// CHECK_CONTAINS_NO_CALLS: box TARGET_BACKENDS=JS
fun box(): String {
return A("OK").inlineFun()
}