Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9ca5f9c66ebdb7e907ed23a75ccf71e119b6392c
/
.
/
idea
/
testData
/
quickfix
/
removeToStringInStringTemplate
/
necessaryBrackets1.kt
blob: 4724b5f36ed8b3a79b4e8730ad3f0d8f5f523301 [
file
] [
log
] [
blame
]
// "Remove 'toString()' call" "true"
val foo
=
"test"
val bar
=
"${foo.toString()<caret>}_"