LineIndentProvider: fix for do-while
Part of #KT-22211
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun some() {
|
||||
do do println() while (true) while (true)<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user