TypingIndentation: add large test
This commit is contained in:
+5
@@ -233,6 +233,11 @@ public class PerformanceTypingIndentationTestGenerated extends AbstractPerforman
|
||||
runTest("idea/testData/indentationOnNewline/KT20783.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("LargeFile.kt")
|
||||
public void testLargeFile() throws Exception {
|
||||
runTest("idea/testData/indentationOnNewline/LargeFile.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("ModifierListInUnfinishedDeclaration.kt")
|
||||
public void testModifierListInUnfinishedDeclaration() throws Exception {
|
||||
runTest("idea/testData/indentationOnNewline/ModifierListInUnfinishedDeclaration.kt");
|
||||
|
||||
+2323
File diff suppressed because it is too large
Load Diff
+2322
File diff suppressed because it is too large
Load Diff
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user