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