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