Merge remote-tracking branch 'origin/master'

This commit is contained in:
Roman Shevchenko
2016-03-09 22:05:14 +01:00
209 changed files with 2704 additions and 1069 deletions
@@ -978,4 +978,8 @@ public class GenericsHighlighting8Test extends LightDaemonAnalyzerTestCase {
public void testIDEA152179() throws Exception {
doTest();
}
public void testLooseInvocationContextForProperPrimitiveTypes() throws Exception {
doTest();
}
}
@@ -276,6 +276,10 @@ public class NewLambdaHighlightingTest extends LightDaemonAnalyzerTestCase {
doTest();
}
public void testCLikeArrayDeclarationInLambdaWithExplicitTypes() throws Exception {
doTest();
}
private void doTest() {
doTest(false);
}
@@ -498,6 +498,10 @@ public class NewMethodRefHighlightingTest extends LightDaemonAnalyzerTestCase {
doTest();
}
public void testIDEA152659() throws Exception {
doTest();
}
private void doTest() {
doTest(false);
}