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