Simplify handling of wrapper classes and exception flow + improve qldoc and annotate tests.

This commit is contained in:
Joe Farebrother
2025-03-20 09:52:56 +00:00
parent f8a0b1c5f9
commit b2acfbcf87
5 changed files with 38 additions and 34 deletions

View File

@@ -22,4 +22,4 @@ where
or
fileMayNotBeClosedOnException(fo, _) and
msg = "File may not be closed if an exception is raised."
select fo.getLocalSource(), msg
select fo, msg