Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
quickfix
/
removeToStringInStringTemplate
/
call.kt.after
blob: a0dbd5b8cc958bed32b8e1325c61aaee5bdf2f3f [
file
] [
log
] [
blame
]
// "Remove 'toString()' call" "true"
operator
fun
Any
.
invoke
()
=
this
fun foo
(
arg
:
Any
)
=
"${arg()}"