Home
last modified time | relevance | path

Searched defs:test_throws (Results 1 – 4 of 4) sorted by relevance

/art/test/2262-default-conflict-methods/src2/
DIface2.java17 public default void test_throws() { in test_throws() method
/art/test/2262-default-conflict-methods/src/
DIface.java21 public default void test_throws() { in test_throws() method
/art/test/2262-miranda-methods/src/
DIface.java17 public abstract void test_throws(); in test_throws() method
DImpl.java22 public void test_throws() { in test_throws() method in Impl