Searched defs:fooImpl (Results 1 – 8 of 8) sorted by relevance
59 JavaFileObject fooImpl = in scopedInaccessibleTypeBound() local123 JavaFileObject fooImpl = in inaccessibleTypeBoundInALoop() local194 JavaFileObject fooImpl = in inaccessibleTypeBoundInALoopScoped() local
553 Source fooImpl = in delegateToProductionBindingKind_failsIfScoped() local622 Source fooImpl = in multipleDelegatesToProductionBindingKind_failsIfScoped() local
74 Source fooImpl = in noExtensionForBinds() local
106 Source fooImpl = in bindsWithChildScope_inParentModule_notAllowed() local
67 @Inject FooImpl fooImpl; field in ModuleTest137 abstract Foo foo(FooImpl fooImpl); in foo()
72 @Inject FooImpl fooImpl; field in TestRootModulesTest135 abstract Foo foo(FooImpl fooImpl); in foo()
70 val fooImpl = foo as FooImpl in testFooFactory() constant
85 FooImpl fooImpl = (FooImpl) foo; in testFooFactory() local