Searched refs:LinkedFoo (Results 1 – 1 of 1) sorted by relevance
313 bind(LinkedFoo.class).to(Foo.class); in testNotifiedKeysOfAllBindTypes()353 assertNotNull(injector.getInstance(LinkedFoo.class)); in testNotifiedKeysOfAllBindTypes()419 static interface LinkedFoo {} interface in ProvisionListenerTest420 static class Foo implements JitFoo, LinkedFoo {}