Home
last modified time | relevance | path

Searched refs:Iface3 (Results 1 – 7 of 7) sorted by relevance

/art/test/969-iface-super/src/
DE.java16 public class E implements Iface3 {
18 return Iface3.super.SayHi() + " there!"; in SayHi()
DIface3.java16 public interface Iface3 extends Iface { } interface
/art/test/967-default-ame/src/
DIface3.java17 public interface Iface3 { interface
DMain.java16 class Main implements Iface, Iface2, Iface3 {
/art/test/967-default-ame/src2/
DIface3.java16 public interface Iface3 { interface
/art/test/921-hello-failure/src/
DIface3.java17 interface Iface3 { interface
/art/test/969-iface-super/
Dexpected.txt22 E-interface Iface3.SayHi()='Hello there!'
28 F-interface Iface3.SayHi()='Hello there!'
36 G-interface Iface3.SayHi()='Hello there!?'