Searched refs:LinkedFoo (Results 1 – 1 of 1) sorted by relevance
389 bind(LinkedFoo.class).to(Foo.class); in testNotifiedKeysOfAllBindTypes()431 assertNotNull(injector.getInstance(LinkedFoo.class)); in testNotifiedKeysOfAllBindTypes()512 static interface LinkedFoo {} interface in ProvisionListenerTest514 static class Foo implements JitFoo, LinkedFoo {}