9ec87c01ab
#KT-8812 Fixed
2 lines
90 B
Plaintext
Vendored
2 lines
90 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun String.getFoo(): String = if (isEmpty()) "" else substring(1).getFoo() |