9b8c55d823
(cherry picked from squashed commits 49a3ef3 and 4c7a42a)
3 lines
106 B
Kotlin
Vendored
3 lines
106 B
Kotlin
Vendored
// INTENTION_TEXT: Remove single-expression string template
|
|
|
|
val bar = <caret>"${1.hashCode().toString()}" |