Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.5.7, 1.6-beta-2
-
None
-
None
Description
Trying to implement a member function with the same name but different parameter signature and using super to call the parent's implementation is blocked by having a static method of the same name with a Closure parameter.
This may not be really about Closure and/or Script because a similar (but different) error if there is a static method with a different parameter type.