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