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

/openjdk7/langtools/test/tools/javac/cast/6358534/
H A DT6358534.java28 * @compile T6358534.java
33 public class T6358534 implements MyInterface { class in inherits:MyInterface
34 MyInterface<Integer> o1 = (MyInterface<Integer>) (T6358534)null;
35 T6358534 o2 = (T6358534) (MyInterface<Integer>)null;

Completed in 44 milliseconds