Implement EnterBetweenBracesAndBracketsNoCommitDelegate

Part of #KT-22211
Part of #KT-39353
This commit is contained in:
Dmitry Gridin
2020-06-03 21:58:24 +07:00
parent e72fb755a0
commit 7a58a59114
15 changed files with 118 additions and 46 deletions
@@ -308,6 +308,21 @@ public class PerformanceTypingIndentationTestGenerated extends AbstractPerforman
runTest("idea/testData/indentationOnNewline/InExpressionsParentheses.kt");
}
@TestMetadata("InExpressionsParentheses2.kt")
public void testInExpressionsParentheses2() throws Exception {
runTest("idea/testData/indentationOnNewline/InExpressionsParentheses2.kt");
}
@TestMetadata("InExpressionsParentheses3.kt")
public void testInExpressionsParentheses3() throws Exception {
runTest("idea/testData/indentationOnNewline/InExpressionsParentheses3.kt");
}
@TestMetadata("InExpressionsParentheses4.kt")
public void testInExpressionsParentheses4() throws Exception {
runTest("idea/testData/indentationOnNewline/InExpressionsParentheses4.kt");
}
@TestMetadata("InExpressionsParenthesesBeforeOperand.kt")
public void testInExpressionsParenthesesBeforeOperand() throws Exception {
runTest("idea/testData/indentationOnNewline/InExpressionsParenthesesBeforeOperand.kt");