Exception fix: more accurate parsing of class base type #EA-65509 Fixed
This commit is contained in:
@@ -10212,6 +10212,12 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("ea65509.kt")
|
||||
public void testEa65509() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/regressions/ea65509.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("ea66984.kt")
|
||||
public void testEa66984() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/regressions/ea66984.kt");
|
||||
|
||||
@@ -487,6 +487,12 @@ public class JetParsingTestGenerated extends AbstractJetParsingTest {
|
||||
doParsingTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("NonTypeBeforeDotInBaseClass.kt")
|
||||
public void testNonTypeBeforeDotInBaseClass() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("compiler/testData/psi/NonTypeBeforeDotInBaseClass.kt");
|
||||
doParsingTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("NotIsAndNotIn.kt")
|
||||
public void testNotIsAndNotIn() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("compiler/testData/psi/NotIsAndNotIn.kt");
|
||||
|
||||
Reference in New Issue
Block a user