blob: bb6bf84606f5f2fea36e2d9d5ce23440681a42de [file] [log] [blame]
// WITH_RUNTIME
fun foo(s: String) {
s.substring<caret>(0, s.indexOf('x'));
}