Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
For this class:
trait Foo { abstract bar() }
There will be an abstract bar method in Foo$Trait$Helper that we then don't use. The method will still be inherited via the Foo interface.