Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
quickfix
/
replaceWithDotCall
/
lineBreak.kt
blob: 8493d3e9b56b551ef101f512d40ec02f7dfe25e4 [
file
] [
log
] [
blame
]
// "Replace with dot call" "true"
// WITH_RUNTIME
fun foo
(
a
:
String
)
{
val b
=
a
?.<
caret
>
length
}