FIR JS: enable full JS box tests with FIR

This commit is contained in:
Ilya Chernikov
2022-07-06 13:01:03 +02:00
parent 30df65c321
commit fa0cda6236
17 changed files with 343 additions and 69 deletions
@@ -1,6 +1,6 @@
// IGNORE_FIR
// EXPECTED_REACHABLE_NODES: 1253
// MODULE: lib
// NO_COMMON_FILES
// FILE: lib.kt
interface II {
companion object : DDD by error("OK")
@@ -11,6 +11,7 @@ interface DDD {
}
// MODULE: main(lib)
// NO_COMMON_FILES
// FILE: main.kt
fun box() : String {
try {