blob: e3b6591de3feb6d02d089d2b3607a13134967934 [file] [log] [blame]
// "Replace with dot call" "true"
// WITH_RUNTIME
fun foo(a: String) {
val b = a // comment1
// comment2
?.<caret>length
}