Files
kotlin-fork/idea/testData/intentions/indentRawString/const.kt
T
2019-11-07 14:57:56 +03:00

6 lines
84 B
Kotlin
Vendored

// IS_APPLICABLE: false
object Test {
const val foo = <caret>"""foo
bar
baz"""
}