Files
kotlin-fork/idea/testData/editor/enterHandler/multilineString/spaces/enterInTwoLinesNoMarginCall.kt
T

10 lines
108 B
Kotlin
Vendored

fun some() {
val b = """<caret>
"""
}
//-----
fun some() {
val b = """
<caret>
"""
}