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