[JS IR] Add IC test for JsModule annptation

^KT-43455
This commit is contained in:
Alexander Korepanov
2022-08-30 22:42:09 +02:00
committed by Space
parent 09add47777
commit 752ce887b2
8 changed files with 44 additions and 0 deletions
@@ -0,0 +1,5 @@
fun test(x: ObjectB<String, Int>?) = if (x == null) "OK" else "fail"
fun box(stepId: Int): String {
return test(null)
}
@@ -0,0 +1,5 @@
STEP 0:
dependencies: lib1
added file: m.kt
STEP 1:
dependencies: lib1