Better recovering after reporting error about several statements on the line

This commit is contained in:
Nikolay Krasko
2013-10-29 15:14:37 +04:00
parent 8e1b4edd7c
commit 560fccbfb5
4 changed files with 751 additions and 1 deletions
@@ -888,6 +888,11 @@ public class JetParsingTestGenerated extends AbstractJetParsingTest {
doParsingTest("compiler/testData/psi/recovery/PackageRecovery.kt");
}
@TestMetadata("SameLineStatementRecovery.kt")
public void testSameLineStatementRecovery() throws Exception {
doParsingTest("compiler/testData/psi/recovery/SameLineStatementRecovery.kt");
}
@TestMetadata("ValueParameterNoTypeRecovery.kt")
public void testValueParameterNoTypeRecovery() throws Exception {
doParsingTest("compiler/testData/psi/recovery/ValueParameterNoTypeRecovery.kt");