blob: 884dc71b0da4765d6916c6d7d2acd9a8edad90fa [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
}
}