blob: a292e860e1f81fcf7785c2e02d02175620934dce [file] [log] [blame]
import java.io.OutputStream;
class A {
{
try {
OutputStream out = null;
<selection>try {
} finally {
out.close();
}</selection>
} catch(Throwable t) {
}
}
}