unchecked warning: do not traverse through lambda bounds (IDEA-130810)

This commit is contained in:
Anna Kozlova
2014-10-06 10:39:43 +02:00
parent d9bd3fba60
commit 39154531ec
3 changed files with 71 additions and 1 deletions
@@ -762,6 +762,10 @@ public class GenericsHighlighting8Test extends LightDaemonAnalyzerTestCase {
public void testIDEA78402() { doTest(); }
public void testUncheckedWarningInsideLambdaReturnStatement() throws Exception {
doTest(true);
}
private void doTest() {
doTest(false);
}