23d7f94dca
- add first test
2 lines
62 B
Kotlin
Vendored
2 lines
62 B
Kotlin
Vendored
|
|
fun qux(exp: Boolean): String = if (exp) exp_foo() else foo() |