Files
kotlin-fork/compiler/testData/klibABI/removeFunction/lib1/l1.kt
T
Roman Artemev 23d7f94dca [JS IR] Generate JS Klib ABI tests
- add first test
2021-12-08 20:18:15 +03:00

5 lines
54 B
Kotlin
Vendored

fun foo(): String = "FAIL1"
fun exp_foo() = "FAIL2"