KotlinLikeLangLineIndentProvider: support braces in blocks
Part of #KT-22211 Part of #KT-39353
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user