示例:
int foo(int a) { if (a > 0) { return a } if (a < 0) return -a return 0 }
使用下面提供的字段来指定方法可以拥有的 return 点的 最大可接受数量。