#KT-10124 Fixed
This commit is contained in:
@@ -2040,6 +2040,12 @@ public class ParsingTestGenerated extends AbstractParsingTest {
|
||||
doParsingTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("FunFun.kt")
|
||||
public void testFunFun() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/psi/recovery/FunFun.kt");
|
||||
doParsingTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("IfKeywordRBrace.kt")
|
||||
public void testIfKeywordRBrace() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/psi/recovery/IfKeywordRBrace.kt");
|
||||
|
||||
Reference in New Issue
Block a user