blob: 2f6b40f1f13a958e4d056a3ea7984b4f97282dc6 [file] [log] [blame]
import java.io.*;
class Foo{
void foo() throws FileNotFoundException {
throw new FileNotFoundException();
}
}