indentationOnNewLine: sort tests
Part of #KT-22211
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
class Test {
|
||||
fun a(
|
||||
action: () -> Unit = fun(<caret>))
|
||||
}
|
||||
|
||||
|
||||
// SET_FALSE: ALIGN_MULTILINE_METHOD_BRACKETS
|
||||
Reference in New Issue
Block a user