blob: f542e0d79de8325b6189a355ef0ea4bbea9e8534 [file] [log] [blame]
class MissingRetunDescription {
/**
* <warning>@return</warning>
* @throws Exception in some case
*/
public boolean foo() throws Exception {
return false;
}
}