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