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