[JS IR] Generate JS Klib ABI tests

- add first test
This commit is contained in:
Roman Artemev
2021-12-06 19:21:09 +03:00
committed by TeamCityServer
parent c3c2bb5884
commit 23d7f94dca
42 changed files with 349 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
fun foo(): String = "FAIL1"
fun exp_foo() = "FAIL2"
+3
View File
@@ -0,0 +1,3 @@
fun foo(): String = "K"
@@ -0,0 +1,6 @@
STEP 0:
dependencies: stdlib
STEP 1:
dependencies: stdlib
modifications:
U : l1.kt.1 -> l1.kt