blob: 38782c3bd9330a26176633d3142953fb5dd317a0 [file] [log] [blame]
import java.io.*;
import java.sql.*;
////////////
class x {
void f() {
try {
int i = 0;
}
catch (<error descr="Exception 'java.io.IOException' is never thrown in the corresponding try block">IOException e</error>) {
}
}
}