mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
Warnings fixed (mostly redundant cast)
GitOrigin-RevId: 63bdb7f359a1a2cd37cb6a691b3d94db8ba3ce02
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8719731a84
commit
feb2ee9625
@@ -170,6 +170,7 @@ public class ProxyTest extends TestCase {
|
||||
}, false, ArrayUtilRt.EMPTY_OBJECT_ARRAY);
|
||||
assertEquals("a", proxy.sayA());
|
||||
assertEquals("a", ((CovariantFromBaseClassTest.Base)proxy).sayA());
|
||||
//noinspection RedundantCast
|
||||
assertEquals("a", ((CovariantFromBaseClassTest.Intf)proxy).sayA());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user