[formatter] add tests for line indent after properties
^KT-42560
This commit is contained in:
+20
@@ -34,6 +34,16 @@ public class PerformanceTypingIndentationTestGenerated extends AbstractPerforman
|
||||
runTest("idea/testData/indentationOnNewline/AfterClassNameBeforeFun.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("AfterExtensionPropertyGetter.kt")
|
||||
public void testAfterExtensionPropertyGetter() throws Exception {
|
||||
runTest("idea/testData/indentationOnNewline/AfterExtensionPropertyGetter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("AfterExtensionPropertySetter.kt")
|
||||
public void testAfterExtensionPropertySetter() throws Exception {
|
||||
runTest("idea/testData/indentationOnNewline/AfterExtensionPropertySetter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("AfterFinally.kt")
|
||||
public void testAfterFinally() throws Exception {
|
||||
runTest("idea/testData/indentationOnNewline/AfterFinally.kt");
|
||||
@@ -44,6 +54,16 @@ public class PerformanceTypingIndentationTestGenerated extends AbstractPerforman
|
||||
runTest("idea/testData/indentationOnNewline/AfterImport.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("AfterPropertyGetter.kt")
|
||||
public void testAfterPropertyGetter() throws Exception {
|
||||
runTest("idea/testData/indentationOnNewline/AfterPropertyGetter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("AfterPropertySetter.kt")
|
||||
public void testAfterPropertySetter() throws Exception {
|
||||
runTest("idea/testData/indentationOnNewline/AfterPropertySetter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("AfterTry.kt")
|
||||
public void testAfterTry() throws Exception {
|
||||
runTest("idea/testData/indentationOnNewline/AfterTry.kt");
|
||||
|
||||
Reference in New Issue
Block a user