mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Temporarily de-deprecate SuperMethodAccess to accommodate private tests
This commit is contained in:
@@ -2140,7 +2140,7 @@ class SuperMethodCall extends MethodCall {
|
||||
}
|
||||
|
||||
/** DEPRECATED: Alias for `SuperMethodCall`. */
|
||||
deprecated class SuperMethodAccess = SuperMethodCall;
|
||||
class SuperMethodAccess = SuperMethodCall;
|
||||
|
||||
/**
|
||||
* A constructor call, which occurs either as a constructor invocation inside a
|
||||
|
||||
Reference in New Issue
Block a user