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

2 lines
62 B
Kotlin
Vendored

fun qux(exp: Boolean): String = if (exp) exp_foo() else foo()