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