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

/openjdk9/langtools/test/tools/javac/generics/7015430/
H A DT7015430.java7 * @compile/fail/ref=T7015430_1.out -source 7 -Xlint:-options,unchecked -XDrawDiagnostics T7015430.java
8 * @compile/fail/ref=T7015430_2.out -Xlint:unchecked -XDrawDiagnostics T7015430.java
12 class T7015430 { class
17 <E extends Exception> T7015430(Iterable<E> arg) throws E { } method in class:T7015430
51 T7015430.<RuntimeException>empty(i);
60 new T7015430(i);
69 new T7015430(i);
78 new <RuntimeException>T7015430(i);
105 new <RuntimeException> T7015430(i);
114 new T7015430(
[all...]

Completed in 41 milliseconds