Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
replaceSubstringWithSubstringBefore
/
semicolon.kt.after
blob: d4a32618a9134b05fa37977de1d2e4c7adf6b8ca [
file
] [
log
] [
blame
]
// WITH_RUNTIME
fun foo
(
s
:
String
)
{
s
.
substringBefore
(
'x'
);
}