Searched refs:TextFoo (Results 1 – 1 of 1) sorted by relevance
94 TextFoo textFoo = new TextFoo(name); in testShadowSelectionSearchesSuperclasses()101 TextFoo textFoo = new TextFoo(name); in shouldUseMostSpecificShadow()286 private ShadowTextFoo shadowOf(TextFoo foo) { in shadowOf()323 @Implements(TextFoo.class)328 public static class TextFoo extends Foo { class in ShadowWranglerIntegrationTest329 public TextFoo(String s) { in TextFoo() method in ShadowWranglerIntegrationTest.TextFoo