Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
removeToStringInStringTemplate
/
simple.kt.after
blob: f4abe7b61096f2793a5dac45bede7a336505f33e [
file
]
// "Remove 'toString()' call" "true"
fun foo
(
s
:
String
)
=
s
fun bar
()
=
foo
(
"a${"
b
"<caret>}"
)