ba0efda2f0
#KT-10196 Fixed
5 lines
66 B
Plaintext
Vendored
5 lines
66 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo(s: String) {
|
|
s.substringBefore('x')
|
|
} |