blob: 24f422ec9364a405c774f104840871596250b357 [file] [log] [blame]
import java.util.List;
import java.io.IOException;
public class X {
List list;
void foo() throws IOException {
}
public static void main(String[] args) {
// TODO Auto-generated method stub
}
}