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

6 lines
81 B
Kotlin
Vendored

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