Regenerate formatter tests
This commit is contained in:
@@ -391,6 +391,12 @@ public class FormatterTestGenerated extends AbstractFormatterTest {
|
|||||||
doTest(fileName);
|
doTest(fileName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("LabeledExpression.after.kt")
|
||||||
|
public void testLabeledExpression() throws Exception {
|
||||||
|
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/formatter/LabeledExpression.after.kt");
|
||||||
|
doTest(fileName);
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("LambdaArrow.after.kt")
|
@TestMetadata("LambdaArrow.after.kt")
|
||||||
public void testLambdaArrow() throws Exception {
|
public void testLambdaArrow() throws Exception {
|
||||||
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/formatter/LambdaArrow.after.kt");
|
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/formatter/LambdaArrow.after.kt");
|
||||||
@@ -511,12 +517,6 @@ public class FormatterTestGenerated extends AbstractFormatterTest {
|
|||||||
doTest(fileName);
|
doTest(fileName);
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("LabeledExpression.after.kt")
|
|
||||||
public void testLabeledExpression() throws Exception {
|
|
||||||
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/formatter/LabeledExpression.after.kt");
|
|
||||||
doTest(fileName);
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("RightBracketOnNewLine.after.kt")
|
@TestMetadata("RightBracketOnNewLine.after.kt")
|
||||||
public void testRightBracketOnNewLine() throws Exception {
|
public void testRightBracketOnNewLine() throws Exception {
|
||||||
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/formatter/RightBracketOnNewLine.after.kt");
|
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/formatter/RightBracketOnNewLine.after.kt");
|
||||||
|
|||||||
Reference in New Issue
Block a user