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