Searched defs:T6723444 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/test/tools/javac/generics/6723444/
H A DT6723444.java7 * @compile/fail/ref=T6723444.out -XDrawDiagnostics T6723444.java
10 public class T6723444 { class
16 <X extends Throwable> T6723444() method in class:T6723444
19 <X extends Throwable> T6723444(Foo<X> foo) method in class:T6723444
22 <X1 extends Throwable, X2 extends Throwable> T6723444(Foo<X1> foo, int i) method in class:T6723444
32 new<Exception> T6723444();
33 new<Exception> T6723444() {};
34 new T6723444(exFoo);
35 new T6723444(exFo
[all...]

Completed in 29 milliseconds