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