blob: fa99291f63030a12226f6d96b37540e6c04c1ee6 [file] [log] [blame]
// "Add tag @throws java.lang.Exception" "true"
class a {
/**
* @throws Exception
*/
public void run() throws Exception {
}
}