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