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