Revert "Add indent before accessor for extension property (KT-33131)"

This reverts commit ab34f8c7

^KT-42560 Fixed
This commit is contained in:
Dmitry Gridin
2020-10-09 19:44:50 +07:00
parent 852d705c71
commit 434139d986
7 changed files with 2 additions and 45 deletions
@@ -34,16 +34,6 @@ 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");