Files
kotlin-fork/idea/testData/intentions/indentRawString/simple.kt.after
T
2018-05-03 17:05:14 +03:00

8 lines
109 B
Plaintext
Vendored

// WITH_RUNTIME
fun test() {
val foo = """
foo
bar
baz
""".trimIndent()
}