Home
last modified time | relevance | path

Searched refs:ClassWithConflictingMethod (Results 1 – 2 of 2) sorted by relevance

/external/r8/src/test/examples/classmerging/
DClassWithConflictingMethod.java6 public class ClassWithConflictingMethod { class
DTest.java31 System.out.println(ClassWithConflictingMethod.conflict(null)); in callMethodOnIface()