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