indentationOnNewLine: sort tests
Part of #KT-22211
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
fun some() {
|
||||
when {
|
||||
true && false ->
|
||||
else <caret>-> Unit
|
||||
}
|
||||
}
|
||||
|
||||
// SET_FALSE: ALIGN_IN_COLUMNS_CASE_BRANCH
|
||||
Reference in New Issue
Block a user