We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 309a8e6 commit 0ae5fb0Copy full SHA for 0ae5fb0
cpp/ql/test/library-tests/members/this/this.ql
@@ -1,8 +1,6 @@
1
import cpp
2
3
-query predicate thisExprType(ThisExpr e, Type t) {
4
- t = e.getType()
5
-}
+query predicate thisExprType(ThisExpr e, Type t) { t = e.getType() }
6
7
from MemberFunction f
8
select f, f.getTypeOfThis()
0 commit comments