lightbend-labs / mima

A tool for catching binary incompatibility in Scala
Apache License 2.0
459 stars 71 forks source link

False positive for mixin forwarders of package private trait methods #660

Open lrytz opened 3 years ago

lrytz commented 3 years ago

Mixin forwarders for private[p] methods should not be reported

Test case in https://github.com/lightbend/mima/compare/main...lrytz:package-private-tests?expand=1

dwijnand commented 3 years ago

Reviewed this and we believe it to be a safe change, so MiMa shouldn't warn.