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

7 lines
122 B
Plaintext

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