We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2cdccf commit 4ba7a4aCopy full SHA for 4ba7a4a
cpp/common/src/codingstandards/cpp/types/FunctionType.qll
@@ -16,4 +16,4 @@ class FunctionType extends Type {
16
result = this.(RoutineType).getParameterType(i) or
17
result = this.(FunctionPointerIshType).getParameterType(i)
18
}
19
-}
+}
0 commit comments