Searched refs:StringFoo (Results 1 – 2 of 2) sorted by relevance
81 private static class StringFoo<T> extends Foo<String, T> {} class in TypeTokenResolutionTest84 StringFoo<Integer> foo = new StringFoo<Integer>() {}; in testPartialSpecialization()93 StringFoo<Integer> foo = new StringFoo<Integer>(); in testTypeArgNotFound()
790 private static class StringFoo implements Foo<String> { class in NullPointerTesterTest799 new NullPointerTester().testAllPublicInstanceMethods(new StringFoo()); in testBridgeMethodIgnored()