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

/openjdk7/langtools/test/tools/javac/
H A DClosure2.java30 * @compile Closure2.java
31 * @run main Closure2
35 // Specifically, inner2 must have its Closure2.this initialized when inner calls go().
37 public class Closure2 { class
40 public Closure2() { method in class:Closure2
58 new Closure2();

Completed in 28 milliseconds