Home
last modified time | relevance | path

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

/external/turbine/javatests/com/google/turbine/binder/bytecode/
DBytecodeBoundClassTest.java57 TypeBoundClass rawInterfaces = getBytecodeBoundClass(RawInterfaces.class); in interfaceTypes() local
62 assertThat(rawInterfaces.interfaceTypes()).hasSize(1); in interfaceTypes()
63 assertThat(((ClassTy) rawInterfaces.interfaceTypes().get(0)).sym()) in interfaceTypes()
65 assertThat(getLast(((ClassTy) rawInterfaces.interfaceTypes().get(0)).classes()).targs()) in interfaceTypes()