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

7 lines
104 B
Plaintext

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