mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
unchecked warning inside lambda return statements
This commit is contained in:
+4
@@ -1001,6 +1001,10 @@ public class GenericsHighlighting8Test extends LightDaemonAnalyzerTestCase {
|
||||
doTest(true);
|
||||
}
|
||||
|
||||
public void testUncheckedWarningsInsideLambda() throws Exception {
|
||||
doTest(true);
|
||||
}
|
||||
|
||||
public void testMembersContainedInCapturedWildcardType() throws Exception {
|
||||
doTest();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user