Searched refs:FooReturnsInt2 (Results 1 – 1 of 1) sorted by relevance
927 .implementing(FooReturnsInt.class, FooReturnsInt2.class) in testInterfacesSameNamesSameReturnType()935 FooReturnsInt2 b = (FooReturnsInt2) o; in testInterfacesSameNamesSameReturnType()951 public interface FooReturnsInt2 { interface in ProxyBuilderTest