Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
resources
/
intentionDescriptions
/
ConvertToStringTemplateIntention
/
after.kt.template
blob: 025ec57dab46ce38cfc9bbe0eddaf81e2a95fb14 [
file
] [
log
] [
blame
]
val x
=
"World"
val y
=
<spot>"Hello $x"
</
spot
>