blob: e985826196760d3253ef334eb9b03227111084ce [file] [log] [blame] [view] [edit]
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.