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