We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a317031 commit ff55654Copy full SHA for ff55654
doc/refactoring_tools.md
@@ -179,7 +179,7 @@ Demo source is `suppress_separate/` in [Code Samples](https://github.com/AdaCore
179
* Any procedure call is also deleted.
180
* If call statement is the only one in the statement list, then
181
- if it is inside a declare/block/end then the block statement is deleted
182
- even if there is exception handlers and declarations in it;
+ even if there are exception handlers and declarations in it.
183
- otherwise it will be replaced with `null;` to keep source correct.
184
* Non-call references will be reported and prevent the deletion.
185
0 commit comments