Files
kotlin-fork/idea/testData/editor/enterHandler/multilineString/spaces/noTrimIndentInConst.kt
T
2019-11-12 16:07:52 +03:00

9 lines
111 B
Kotlin
Vendored

object O {
const val s = """<caret>"""
}
//-----
object O {
const val s = """
<caret>
"""
}