Searched refs:Pair1 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/test/tools/javac/generics/inference/6215213/
H A DT6215213.java36 static class Pair1<T extends T6215213, S> {} class in class:T6215213
45 <T extends T6215213> Pair1<T, T> testPair1(T t) { return null; }
55 Pair1<?, ?> pair1 = testPair1(null);

Completed in 30 milliseconds