Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 268 Bytes

ParameterPackage.md

File metadata and controls

4 lines (4 loc) · 268 Bytes

Method does not override method in superclass due to wrong package for parameter. For example, defining a method void foo(alpha.Foo x) when the superclass contains a method void foo(beta.Foo x). The defined method was probably meant to override the superclass method.