blob: aa183ef8e694c11eceab556a0e1d6695b6b2b1a3 [file] [log] [blame]
// "Remove 'toString()' call" "true"
fun foo(arg: Any) = "arg = ${arg.<caret>toString()}"