LineIndentProvider: support string templates
Part of #KT-22211 Relates to #KT-38248 Relates to #KT-35244
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun a() {
|
||||
val a = "${
|
||||
<caret>
|
||||
}"
|
||||
}
|
||||
|
||||
// IGNORE_FORMATTER
|
||||
Reference in New Issue
Block a user