blob: 13b2b9721bc97395a12e59625c557046080edf5f [file] [log] [blame]
import java.util.List; // comment
import java.io.IOException; // comment2
public class X {
List list;
void foo() throws IOException {
}
public static void main(String[] args) {
// TODO Auto-generated method stub
}
}