Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0ae5fb0

Browse files
committed
C++: auto-format test query
1 parent 309a8e6 commit 0ae5fb0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • cpp/ql/test/library-tests/members/this
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import cpp
22

3-
query predicate thisExprType(ThisExpr e, Type t) {
4-
t = e.getType()
5-
}
3+
query predicate thisExprType(ThisExpr e, Type t) { t = e.getType() }
64

75
from MemberFunction f
86
select f, f.getTypeOfThis()

0 commit comments

Comments
 (0)