Files
kotlin-fork/idea/resources/intentionDescriptions/ConvertTrimIndentToTrimMarginIntention/before.kt.template
T

7 lines
120 B
Plaintext

fun test() {
val x =
<spot>"""
a
b
""".trimIndent()</spot>
}