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:
Andrey Breslav
2012-01-25 18:50:14 +04:00
parent d00173dc69
commit a5bd1c069f
6 changed files with 2317 additions and 1 deletions
@@ -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;
}