KT-913 Weird errors attempting to declare ArrayList of function type
KT-507 Wrong parsing of generic constructor calls with qualified names and functions
This commit is contained in:
@@ -111,6 +111,7 @@ public class JetParsingTest extends ParsingTestCase {
|
||||
String prefix = JetParsingTest.getTestDataDir() + "/psi/";
|
||||
suite.addTest(JetTestCaseBuilder.suiteForDirectory(prefix, "/", false, factory));
|
||||
suite.addTest(JetTestCaseBuilder.suiteForDirectory(prefix, "examples", true, factory));
|
||||
suite.addTest(JetTestCaseBuilder.suiteForDirectory(prefix, "greatSyntacticShift", true, factory));
|
||||
return suite;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user