KotlinLikeLangLineIndentProvider: support braces in blocks

Part of #KT-22211
Part of #KT-39353
This commit is contained in:
Dmitry Gridin
2020-06-09 22:20:59 +07:00
parent 447549f20d
commit 63a0b5bfde
15 changed files with 39 additions and 24 deletions
@@ -88,6 +88,11 @@ public class PerformanceTypingIndentationTestGenerated extends AbstractPerforman
runTest("idea/testData/indentationOnNewline/FunctionBlock.kt");
}
@TestMetadata("FunctionBlock2.kt")
public void testFunctionBlock2() throws Exception {
runTest("idea/testData/indentationOnNewline/FunctionBlock2.kt");
}
@TestMetadata("InDelegationListAfterColon.kt")
public void testInDelegationListAfterColon() throws Exception {
runTest("idea/testData/indentationOnNewline/InDelegationListAfterColon.kt");