blob: f3ceb994422d96a853732ed150f82aa902e60251 [file] [log] [blame]
public class Test {
public Exception test123(int i,
int j) {
return null;
}
}