lambda: proceed c-like arrays declarations in parameters for lambda with excplicit type declarations (IDEA-152690)

This commit is contained in:
Anna Kozlova
2016-03-09 14:23:53 +01:00
parent 7bb78c99b4
commit 5b8e459686
3 changed files with 15 additions and 1 deletions
@@ -276,6 +276,10 @@ public class NewLambdaHighlightingTest extends LightDaemonAnalyzerTestCase {
doTest();
}
public void testCLikeArrayDeclarationInLambdaWithExplicitTypes() throws Exception {
doTest();
}
private void doTest() {
doTest(false);
}