mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
[ann] IDEA-69688 (unrestricted cast of return types of JSR-292 "polymorphic" methods)
This commit is contained in:
@@ -260,4 +260,9 @@ public class LightAdvHighlightingJdk7Test extends LightDaemonAnalyzerTestCase {
|
||||
public void testJavacQuirks() throws Exception {
|
||||
doTest(true, false);
|
||||
}
|
||||
|
||||
public void testPolymorphicTypeCast() throws Exception {
|
||||
Object o = null;
|
||||
doTest(false, false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user