Description of the issue
I expect the type names present on the AST viewer to match a real CodeQL type, but this is not the case here.
The type could be either Str_ or StrConst, both printing "Str" as their toString().
The Str_ class also mentions the Str class which I cannot find:
|
/** INTERNAL: See the class `Str` for further information. */ |
Description of the issue
I expect the type names present on the AST viewer to match a real CodeQL type, but this is not the case here.
The type could be either Str_ or StrConst, both printing "Str" as their toString().
The Str_ class also mentions the Str class which I cannot find:
codeql/python/ql/lib/semmle/python/AstGenerated.qll
Line 1240 in d50816a