Searched defs:parentGetters (Results 1 – 2 of 2) sorted by relevance
45 private final ParentGetters parentGetters; field in SubcomponentTest48 public SubcomponentTest(ParentGetters parentGetters, ChildComponent childComponent) { in SubcomponentTest()
27 class SubcomponentTest(val parentGetters: ParentGetters, val childComponent: ChildComponent) { constant in dagger.functional.kotlinsrc.subcomponent.SubcomponentTest