Files
kotlin-fork/idea/resources/intentionDescriptions/IndentRawStringIntention/before.kt.template
T
2018-05-03 17:05:14 +03:00

5 lines
57 B
Plaintext

fun test() {
val s = <spot>"""foo
bar
baz"""</spot>
}