Files
kotlin-fork/idea/testData/indentationOnNewline/TemplateEntryCloseInMultilineString.kt
T
Dmitry Gridin 29ceb25f5c LineIndentProvider: support string templates
Part of #KT-22211
Relates to #KT-38248
Relates to #KT-35244
2020-06-15 16:25:17 +07:00

13 lines
227 B
Kotlin
Vendored

fun a() {
val b = 3
val select = """
select
${
a<caret>
}
from T
"""
}
// KT-35244
// IGNORE_FORMATTER