LineIndentProvider: support control flow constructions

Part of #KT-22211
This commit is contained in:
Dmitry Gridin
2020-06-03 16:15:49 +07:00
parent 201b115ee0
commit e72fb755a0
92 changed files with 900 additions and 52 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ fun test() {
}
when (var i = 2
) {
) {
}