Searched defs:fooImpl (Results 1 – 7 of 7) sorted by relevance
68 JavaFileObject fooImpl = in scopedInaccessibleTypeBound() local132 JavaFileObject fooImpl = in inaccessibleTypeBoundInALoop() local203 JavaFileObject fooImpl = in inaccessibleTypeBoundInALoopScoped() 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