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

/openjdk10/langtools/test/tools/javac/TryWithResources/
H A DTwrForVariable2.java5 * @compile/fail/ref=TwrForVariable2.out -XDrawDiagnostics -Xlint:-options TwrForVariable2.java
7 public class TwrForVariable2 implements AutoCloseable { class in inherits:AutoCloseable
9 TwrForVariable2 v = new TwrForVariable2();
34 try ((TwrForVariable2)null) {

Completed in 82 milliseconds