Report error even if interpretElement resolves to a non-Callable Element

Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
This commit is contained in:
Chris Smowton
2021-07-13 16:16:01 +01:00
committed by GitHub
parent bb5fefa47f
commit 97694bc9a1

View File

@@ -41,7 +41,7 @@ query string getAParseFailure(string reason) {
string namespace, string type, boolean subtypes, string name, string signature, string ext
|
summaryModel(namespace, type, subtypes, name, signature, ext, _, _, _, result) and
not exists(interpretElement(namespace, type, subtypes, name, signature, ext)) and
not interpretElement(namespace, type, subtypes, name, signature, ext) instanceof Callable and
reason = "callable could not be resolved"
)
or