TypingIndentation: add large test

This commit is contained in:
Dmitry Gridin
2020-05-06 19:19:42 +07:00
parent 36f6ccffde
commit ad00d28631
4 changed files with 4655 additions and 0 deletions
@@ -235,6 +235,11 @@ public class TypingIndentationTestBaseGenerated extends AbstractTypingIndentatio
runTest("idea/testData/indentationOnNewline/KT20783.after.kt");
}
@TestMetadata("LargeFile.after.kt")
public void testLargeFile() throws Exception {
runTest("idea/testData/indentationOnNewline/LargeFile.after.kt");
}
@TestMetadata("ModifierListInUnfinishedDeclaration.after.kt")
public void testModifierListInUnfinishedDeclaration() throws Exception {
runTest("idea/testData/indentationOnNewline/ModifierListInUnfinishedDeclaration.after.kt");