mirror of
https://github.com/github/codeql.git
synced 2026-02-10 04:01:11 +01:00
cleanup
This commit is contained in:
@@ -1758,9 +1758,7 @@ class ThisAccess extends Identifier {
|
||||
|
||||
/** A use of `super`. */
|
||||
class Super extends TSuper, Expr {
|
||||
QL::SuperRef ref;
|
||||
|
||||
Super() { this = TSuper(ref) }
|
||||
Super() { this = TSuper(_) }
|
||||
|
||||
override string getAPrimaryQlClass() { result = "Super" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user