Add indent before accessor for extension property (KT-33131)
#KT-33131 Fixed
This commit is contained in:
committed by
Vladimir Dolzhenko
parent
c6a481190a
commit
ab34f8c738
+10
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user