Home
last modified time | relevance | path

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

/external/r8/src/test/examples/memberrebinding/
DMemberrebinding.java29 System.out.println(classExtendsOther.aMethodThatReturnsTwo()); in main()
33 System.out.println(iface.aMethodThatReturnsTwo()); in main()
/external/r8/src/test/examples/memberrebindinglib/
DAnIndependentInterface.java7 public int aMethodThatReturnsTwo(); in aMethodThatReturnsTwo() method
DSuperClass.java7 public int aMethodThatReturnsTwo() { in aMethodThatReturnsTwo() method in SuperClass
DSubClass.java11 public int aMethodThatReturnsTwo() { in aMethodThatReturnsTwo() method in SubClass