blob: 0c0656f5a2e1eaaaa282301f69208f7797702f28 [file] [log] [blame]
// "Add tag @throws java.langException" "false"
class a {
/**
* @throws java.lang.Exception
*/
public void <caret>run() throws Exception{
}
}