mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
Suppress cast to incompatible interface warning
GitOrigin-RevId: 8df5f2a715864435e218d407b57a0aa0eb33a04d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
33043c8160
commit
f050885adb
@@ -99,6 +99,7 @@ public class ProxyTest extends TestCase {
|
||||
public abstract String foo();
|
||||
}
|
||||
|
||||
@SuppressWarnings("CastToIncompatibleInterface")
|
||||
public void testAddInterfaces() {
|
||||
final BaseImpl proxy = AdvancedProxy.createProxy(BaseImpl.class, BaseIEx.class);
|
||||
assertEquals("a", proxy.sayA());
|
||||
|
||||
Reference in New Issue
Block a user