Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.3
-
None
Description
A protected method with a public override is not visible.
Example is the clone method (protected) which is public in LinkedList; it should be callable but fails.