[JS IR] disable some AST checks for now
This commit is contained in:
committed by
TeamCityServer
parent
953089a4b9
commit
58bd4ffd71
Vendored
+1
-1
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user