Introduce distinct error codes for precise capturing

This commit is contained in:
Michael Goulet
2024-09-15 17:34:25 -04:00
parent 26bdfefae1
commit ae8b4607c6
10 changed files with 69 additions and 9 deletions

View File

@@ -538,6 +538,8 @@ E0795: 0795,
E0796: 0796,
E0797: 0797,
E0798: 0798,
E0799: 0799,
E0800: 0800,
);
)
}