mirror of
https://github.com/github/codeql.git
synced 2026-04-21 15:05:56 +02:00
Fix isEnclosingMethodAccess wrapper
This commit is contained in:
@@ -1944,7 +1944,7 @@ class MethodCall extends Expr, Call, @methodaccess {
|
||||
predicate isEnclosingMethodCall(RefType t) { Qualifier::enclosingMemberAccess(this, t) }
|
||||
|
||||
/** DEPRECATED: Alias for `isEnclosingMethodCall`. */
|
||||
deprecated predicate isEnclosingMethodAccess() { this.isEnclosingMethodCall() }
|
||||
deprecated predicate isEnclosingMethodAccess(RefType t) { this.isEnclosingMethodCall(t) }
|
||||
|
||||
override string getAPrimaryQlClass() { result = "MethodCall" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user