blob: a0dbd5b8cc958bed32b8e1325c61aaee5bdf2f3f [file]
// "Remove 'toString()' call" "true"
operator fun Any.invoke() = this
fun foo(arg: Any) = "${arg()}"