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
|
||||
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user