We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9de8085 + dee974f commit 3b6cd0fCopy full SHA for 3b6cd0f
java/ql/src/semmle/code/java/Expr.qll
@@ -1808,7 +1808,7 @@ class WildcardTypeAccess extends Expr, @wildcardtypeaccess {
1808
* This includes method calls, constructor and super constructor invocations,
1809
* and constructors invoked through class instantiation.
1810
*/
1811
-class Call extends Top, @caller {
+class Call extends ExprParent, @caller {
1812
/** Gets an argument supplied in this call. */
1813
/*abstract*/ Expr getAnArgument() { none() }
1814
0 commit comments