blob: 32fe05ba91b568c3c388559c6e6092d2392d45a8 [file] [log] [blame]
class Test {
/**
* @exception IllegalStateException<caret>
*/
public void foo() throws java.io.IOException, IllegalStateException {
}
}