Home
last modified time | relevance | path

Searched refs:RegularInterface (Results 1 – 3 of 3) sorted by relevance

/art/test/048-reflect-v8/src/
DDefaultDeclared.java26 interface RegularInterface { interface in DefaultDeclared
38 abstract class UnimplementedWithRegular implements RegularInterface { }
40 class ImplementsWithRegular implements RegularInterface {
65 printGetMethod(RegularInterface.class); in test()
DIsDefaultTest.java26 interface RegularInterface { interface in IsDefaultTest
31 class ImplementsWithRegular implements RegularInterface {
56 printIsDefault(RegularInterface.class); in test()
/art/test/048-reflect-v8/
Dexpected-stdout.txt5 IsDefaultTest$RegularInterface is default = no
12 No error thrown for class interface DefaultDeclared$RegularInterface