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