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