blob: c8fa98741407be08ed7c40e09d26b70240afa40f [file] [log] [blame]
// "Replace with dot call" "true"
// WITH_RUNTIME
fun foo(a: String) {
a.toLowerCase()
}