indentationOnNewLine: sort tests

Part of #KT-22211
This commit is contained in:
Dmitry Gridin
2020-06-09 12:51:09 +07:00
parent f833b4fe63
commit 145b2c260b
291 changed files with 1533 additions and 1377 deletions
@@ -0,0 +1,8 @@
class A {
fun String.Companion.testParam(<caret>) {
}
}
// SET_TRUE: ALIGN_MULTILINE_METHOD_BRACKETS
// IGNORE_FORMATTER
// KT-39459