cb9b1019b2
#KT-7823 Fixed
2 lines
84 B
Plaintext
Vendored
2 lines
84 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun String.foo(): String = if (isEmpty()) "" else substring(1).foo() |