[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
@@ -5,7 +5,6 @@ package foo
// CHECK_NOT_CALLED: f1
// CHECK_NOT_CALLED: f2
// CHECK_BREAKS_COUNT: function=test count=3 TARGET_BACKENDS=JS
// CHECK_BREAKS_COUNT: function=test_1 count=6 IGNORED_BACKENDS=JS
internal var even = arrayListOf<Int>()
internal var odd = arrayListOf<Int>()