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