blob: d4a32618a9134b05fa37977de1d2e4c7adf6b8ca [file] [log] [blame]
// WITH_RUNTIME
fun foo(s: String) {
s.substringBefore('x');
}