Searched refs:OtherThing (Results 1 – 4 of 4) sorted by relevance
20 public final class OtherThing { class21 @Inject public OtherThing(int i) {} in OtherThing() method in OtherThing
19 import test.sub.OtherThing;22 @Inject Thing(@SuppressWarnings("unused") OtherThing unused) {} in Thing()
20 import test.sub.OtherThing;44 return new Thing(new OtherThing(1)); in thing()
1524 class OtherThing(Thing): class1527 something = OtherThing()1576 class OtherThing(Thing): class1579 self.assertEqual(inspect.getattr_static(OtherThing, 'x'), Thing.x)1603 class OtherThing(object, metaclass=sub): class1605 self.assertEqual(inspect.getattr_static(OtherThing, 'attr'), 'foo')1607 class OtherOtherThing(OtherThing):1628 class OtherThing(Thing): class1632 self.assertEqual(inspect.getattr_static(OtherThing(), 'x'), Thing.x)