Home
last modified time | relevance | path

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

/aosp12/art/test/048-reflect-v8/src/
H A DIsDefaultTest.java31 class ImplementsWithRegular implements RegularInterface { class in IsDefaultTest
58 printIsDefault(ImplementsWithRegular.class); in test()
H A DDefaultDeclared.java40 class ImplementsWithRegular implements RegularInterface { class in DefaultDeclared
68 printGetMethod(ImplementsWithRegular.class); in test()
/aosp12/art/test/048-reflect-v8/
H A Dexpected-stdout.txt7 IsDefaultTest$ImplementsWithRegular is default = no
15 No error thrown for class class DefaultDeclared$ImplementsWithRegular