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 a27ac9d commit 4279a97Copy full SHA for 4279a97
cpp/ql/test/library-tests/types/sizeof/sizeof.ql
@@ -3,7 +3,7 @@ import cpp
3
from SizeofOperator sto, string elemDesc, Element e
4
where
5
elemDesc = "SizeofOperator.getTypeOperand()" and
6
- e = sto.(SizeofOperator).getTypeOperand()
+ e = sto.getTypeOperand()
7
or
8
elemDesc = "SizeofExprOperator.getExprOperand()" and
9
e = sto.(SizeofExprOperator).getExprOperand()
0 commit comments