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

6 lines
69 B
Kotlin
Vendored

// WITH_RUNTIME
fun test() {
val foo = <caret>"""foo
bar
baz"""
}