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