Files

6 lines
130 B
Java

class Test {
/**
* @throws java.io.EOFException sometimes
*/
public void foo() throws java.io.IOException {}
}