Regenerate TypingIndentationTestBaseGenerated

This commit is contained in:
Vladimir Dolzhenko
2020-07-04 22:23:49 +02:00
parent 75b1cf8a23
commit a830c69a30
2 changed files with 16 additions and 0 deletions
@@ -0,0 +1,11 @@
class A {
operator fun invoke() = Unit
fun a() {
this(
<caret>
)
}
}
// SET_FALSE: ALIGN_MULTILINE_METHOD_BRACKETS
@@ -641,6 +641,11 @@ public class TypingIndentationTestBaseGenerated extends AbstractTypingIndentatio
runTest("idea/testData/indentationOnNewline/emptyParameters/EmptyArgumentInCallByReferenceWithTypeArguments2.after.kt");
}
@TestMetadata("EmptyArgumentInThisAsClassicFunction.after.kt")
public void testEmptyArgumentInThisAsClassicFunction() throws Exception {
runTest("idea/testData/indentationOnNewline/emptyParameters/EmptyArgumentInThisAsClassicFunction.after.kt");
}
@TestMetadata("EmptyArgumentInThisAsConstructor.after.kt")
public void testEmptyArgumentInThisAsConstructor() throws Exception {
runTest("idea/testData/indentationOnNewline/emptyParameters/EmptyArgumentInThisAsConstructor.after.kt");