blob: 5c06d3adcdd51cd7c4ce580a6affcf7b3a9ae604 [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
}
}