Home
last modified time | relevance | path

Searched refs:Test7Interface (Results 1 – 4 of 4) sorted by relevance

/art/test/162-method-resolution/src/
DTest7Derived.java17 public class Test7Derived extends Test7Base implements Test7Interface {
DTest7Interface.java17 public interface Test7Interface { interface
DTest7User2.java19 Test7Interface iface = new Test7Derived(); in test()
/art/test/162-method-resolution/
Dexpected-stdout.txt30 Test7Interface.foo()
32 Test7Interface.foo()