Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
replaceSubstringWithSubstringBefore
/
immutableProperty.kt.after
blob: d62fe8489a02c04c0253c6c1de5fa21864bd6c7c [
file
] [
log
] [
blame
]
// WITH_RUNTIME
class
A
(
val x
:
String
)
fun foo
(
a
:
A
)
{
a
.
x
.
substringBefore
(
'x'
)
}