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