Files
2011-10-05 20:41:34 +02:00

6 lines
133 B
Java

class Test {
/**
* @exception <caret>
*/
public void foo() throws java.io.IOException, IllegalStateException {}
}