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