LineIndentProvider: support string templates

Part of #KT-22211
Relates to #KT-38248
Relates to #KT-35244
This commit is contained in:
Dmitry Gridin
2020-05-28 12:30:45 +07:00
parent 3a6b9c8d08
commit 29ceb25f5c
50 changed files with 5343 additions and 8 deletions
@@ -0,0 +1,7 @@
fun a() {
val a = "${
<caret>
}"
}
// IGNORE_FORMATTER