blob: 15b29f6225b87349b41dd6de69d8a12ebaee13bd [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
}
}