Searched refs:usesChild (Results 1 – 2 of 2) sorted by relevance
35 assertThat(parent.usesChild().strings).containsExactly("from parent", "from child"); in subcomponentFromModules()43 assertThat(parent.usesChild().strings).containsExactly("from parent", "from child"); in subcomponentFromModules_transitively()
30 UsesChild usesChild(); in usesChild() method