blob: 008332222dab76bb787ad3588482a01ba2da22b3 [file] [log] [blame]
import java.io.*;
public class X {
void f() throws
Exception,
Exception {
}
void f2() throws
Exception,
IllegalArgumentException {
}
void f3() throws
FileNotFoundException,
EOFException {
}
public void TTT() throws
FileNotFoundException,
EOFException,
FileNotFoundException,
EOFException {
}
}