Home
last modified time | relevance | path

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

/external/turbine/javatests/com/google/turbine/binder/bytecode/
DBytecodeBoundClassTest.java48 static class NoInterfaces {} class in BytecodeBoundClassTest
56 TypeBoundClass noInterfaces = getBytecodeBoundClass(NoInterfaces.class); in interfaceTypes()