Regenerate TypingIndentationTestBaseGenerated
This commit is contained in:
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
class A {
|
||||
operator fun invoke() = Unit
|
||||
|
||||
fun a() {
|
||||
this(
|
||||
<caret>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
// SET_FALSE: ALIGN_MULTILINE_METHOD_BRACKETS
|
||||
Reference in New Issue
Block a user