blob: 261691b613180974e9962dd80b53f080b3dbd4ad [file] [log] [blame]
import java.io.*;
public class X {
void f() throws IOException {
new FileInputStream("file.txt");
}
}