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

/openjdk7/langtools/test/tools/javac/diags/examples/
H A DInferredDoNotConformToBounds.java29 static class SuperFoo<X> {} class in class:InferredDoNotConformToBounds
30 static class Foo<X extends Number> extends SuperFoo<X> {
34 SuperFoo<String> sf1 = new Foo<>("");
/openjdk7/langtools/test/tools/javac/generics/diamond/neg/
H A DNeg07.java12 static class SuperFoo<X> {} class in class:Neg07
13 static class Foo<X extends Number> extends SuperFoo<X> {
17 SuperFoo<String> sf1 = new Foo<>("");

Completed in 68 milliseconds