Lines Matching refs:if2
1246 XInterface if2 = new BaseInterface() {}; in test() local
1250 new Object[] { null, if1, if2, in test()
1253 new XInterface[] { null, if1, if2, in test()
1262 BaseInterface if2 = new DerivedInterface() {}; in test() local
1266 if2 }), in test()
1268 new XInterface[] { null, if1, if2 })); in test()
1759 XInterface if2 = new BaseInterface() {}; in test() local
1764 new Object[] { null, if1, if2, in test()
1768 new XInterface[] { null, if1, if2, in test()
1780 BaseInterface if2 = new DerivedInterface() {}; in test() local
1785 null, if1, if2 } }), in test()
1789 null, if1, if2 } })); in test()