3 lines
74 B
Plaintext
Vendored
3 lines
74 B
Plaintext
Vendored
// "Remove 'toString()' call" "true"
|
|
|
|
fun foo(arg: Any) = "arg = ${arg}xy" |