Add test for obsolete recovery case (semi-finished extension)

^KT-7405 Obsolete
This commit is contained in:
Denis Zharkov
2019-01-09 15:00:22 +03:00
parent 65e6e21d0f
commit db53c4bea4
3 changed files with 37 additions and 0 deletions
@@ -2173,6 +2173,11 @@ public class ParsingTestGenerated extends AbstractParsingTest {
runTest("compiler/testData/psi/recovery/SameLineStatementRecovery.kt");
}
@TestMetadata("UnfinishedExtension.kt")
public void testUnfinishedExtension() throws Exception {
runTest("compiler/testData/psi/recovery/UnfinishedExtension.kt");
}
@TestMetadata("ValNoName.kt")
public void testValNoName() throws Exception {
runTest("compiler/testData/psi/recovery/ValNoName.kt");