langtools/test/tools/javac/diags/examples/ResourceClosed.java
changeset 7211 163fe60f63de
parent 6149 48de3564aa13
equal deleted inserted replaced
7210:8dd5f907461e 7211:163fe60f63de
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 // key: compiler.warn.twr.explicit.close.call
    24 // key: compiler.warn.try.explicit.close.call
    25 // options: -Xlint:arm
    25 // options: -Xlint:try
    26 
    26 
    27 import java.io.*;
    27 import java.io.*;
    28 
    28 
    29 class ResourceClosed {
    29 class ResourceClosed {
    30     void m() throws IOException {
    30     void m() throws IOException {