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