KotlinLikeLangLineIndentProvider: fix options for parentheses

Part of #KT-22211
Part of #KT-39353
This commit is contained in:
Dmitry Gridin
2020-06-10 19:06:58 +07:00
parent 306abc79ed
commit 9d6ea3c073
10 changed files with 101 additions and 1 deletions
@@ -93,6 +93,21 @@ public class PerformanceTypingIndentationTestGenerated extends AbstractPerforman
runTest("idea/testData/indentationOnNewline/FunctionBlock2.kt");
}
@TestMetadata("HigherOrderFunction.kt")
public void testHigherOrderFunction() throws Exception {
runTest("idea/testData/indentationOnNewline/HigherOrderFunction.kt");
}
@TestMetadata("HigherOrderFunction2.kt")
public void testHigherOrderFunction2() throws Exception {
runTest("idea/testData/indentationOnNewline/HigherOrderFunction2.kt");
}
@TestMetadata("HigherOrderFunction3.kt")
public void testHigherOrderFunction3() throws Exception {
runTest("idea/testData/indentationOnNewline/HigherOrderFunction3.kt");
}
@TestMetadata("InDelegationListAfterColon.kt")
public void testInDelegationListAfterColon() throws Exception {
runTest("idea/testData/indentationOnNewline/InDelegationListAfterColon.kt");