blob: 3683c71337e5197cf53e35a21373b787e38508e7 [file] [log] [blame]
import java.io.FileInputStream;
class Test {
void foo() {
try {
try (FileInputStream in = new FileInputStream("adsf")) {
}
} catch (IO<caret>) {}
}
}