Temporarily de-deprecate SuperMethodAccess to accommodate private tests

This commit is contained in:
Chris Smowton
2023-10-24 16:05:52 +01:00
committed by GitHub
parent 92d3d9d83f
commit 30610c9a3f

View File

@@ -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