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

/openjdk9/langtools/test/tools/javac/diags/examples/
H A DTryWithResourcesExprNeedsVar.java28 try (new CloseableImpl()) {
33 class CloseableImpl implements AutoCloseable { class in inherits:AutoCloseable
H A DTryWithResourcesExprEffectivelyFinalVar.java28 CloseableImpl ac = new CloseableImpl();
36 class CloseableImpl implements AutoCloseable { class in inherits:AutoCloseable
H A DVarInTryWithResourcesNotSupportedInSource.java30 AutoCloseable ac = new CloseableImpl();
37 class CloseableImpl implements AutoCloseable { class in inherits:AutoCloseable

Completed in 99 milliseconds