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