[JS IR] Add IC test for JsModule annptation
^KT-43455
This commit is contained in:
committed by
Space
parent
09add47777
commit
752ce887b2
+5
@@ -0,0 +1,5 @@
|
||||
fun test(x: ObjectB<String, Int>?) = if (x == null) "OK" else "fail"
|
||||
|
||||
fun box(stepId: Int): String {
|
||||
return test(null)
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
STEP 0:
|
||||
dependencies: lib1
|
||||
added file: m.kt
|
||||
STEP 1:
|
||||
dependencies: lib1
|
||||
Reference in New Issue
Block a user