cb9b1019b2
#KT-7823 Fixed
2 lines
91 B
Kotlin
Vendored
2 lines
91 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun String.<caret>foo(): String = if (isEmpty()) "" else substring(1).foo() |