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

/openjdk7/langtools/test/tools/javac/processing/model/element/
H A DTestResourceVariable.java30 * @build JavacTestingAbstractProcessor TestResourceVariable
31 * @compile -processor TestResourceVariable -proc:only TestResourceVariable.java
50 public class TestResourceVariable extends JavacTestingAbstractProcessor implements AutoCloseable { class in inherits:JavacTestingAbstractProcessor,AutoCloseable
76 try(TestResourceVariable trv = this) {}
80 try(TestResourceVariable trv1 = this; TestResourceVariable trv2 = trv1) {}

Completed in 28 milliseconds