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