Add test for obsolete recovery case (semi-finished extension)
^KT-7405 Obsolete
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user