File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
java/ql/src/utils/modelgenerator/internal Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ private class Function extends ParameterizedType {
162
162
163
163
/**
164
164
* Gets the parameter type of `this` function at position `position`.
165
- * Note that functions are contravariant in their parameter types.
165
+ * Note that functions are often contravariant in their parameter types.
166
166
*/
167
167
Type getParameterType ( int position ) {
168
168
exists ( Type t |
@@ -173,7 +173,7 @@ private class Function extends ParameterizedType {
173
173
174
174
/**
175
175
* Gets the return type of `this` function.
176
- * Note that functions are covariant in their return type.
176
+ * Note that functions are often covariant in their return type.
177
177
*/
178
178
Type getReturnType ( ) {
179
179
exists ( Type t |
You can’t perform that action at this time.
0 commit comments