< prev index next >

test/langtools/tools/javac/TryWithResources/WeirdTwr.java

Print this page

        

*** 1,11 **** /* * @test /nodynamiccopyright/ * @bug 6911256 6964740 * @author Joseph D. Darcy * @summary Strange TWRs - * @compile/fail/ref=WeirdTwr.out -XDrawDiagnostics -source 6 WeirdTwr.java * @compile WeirdTwr.java * @run main WeirdTwr */ public class WeirdTwr implements AutoCloseable { --- 1,10 ----
< prev index next >