Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent decfcdd commit 9d34ce9Copy full SHA for 9d34ce9
1 file changed
java/ql/src/utils/modelgenerator/internal/CaptureTypeBasedSummaryModels.qll
@@ -162,7 +162,7 @@ private class Function extends ParameterizedType {
162
163
/**
164
* Gets the parameter type of `this` function at position `position`.
165
- * Note that functions are contravariant in their parameter types.
+ * Note that functions are often contravariant in their parameter types.
166
*/
167
Type getParameterType(int position) {
168
exists(Type t |
@@ -173,7 +173,7 @@ private class Function extends ParameterizedType {
173
174
175
* Gets the return type of `this` function.
176
- * Note that functions are covariant in their return type.
+ * Note that functions are often covariant in their return type.
177
178
Type getReturnType() {
179
0 commit comments