LineIndentProvider: support catch and finally
Part of #KT-22211
This commit is contained in:
+10
@@ -93,6 +93,11 @@ public class PerformanceTypingIndentationTestGenerated extends AbstractPerforman
|
||||
runTest("idea/testData/indentationOnNewline/Catch3.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("Catch4.kt")
|
||||
public void testCatch4() throws Exception {
|
||||
runTest("idea/testData/indentationOnNewline/Catch4.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("ConsecutiveCallsAfterDot.kt")
|
||||
public void testConsecutiveCallsAfterDot() throws Exception {
|
||||
runTest("idea/testData/indentationOnNewline/ConsecutiveCallsAfterDot.kt");
|
||||
@@ -223,6 +228,11 @@ public class PerformanceTypingIndentationTestGenerated extends AbstractPerforman
|
||||
runTest("idea/testData/indentationOnNewline/Finally3.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("Finally4.kt")
|
||||
public void testFinally4() throws Exception {
|
||||
runTest("idea/testData/indentationOnNewline/Finally4.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("For.kt")
|
||||
public void testFor() throws Exception {
|
||||
runTest("idea/testData/indentationOnNewline/For.kt");
|
||||
|
||||
Reference in New Issue
Block a user