Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore when first constructor parameter is dropped from Signature
Before Scala 2.12.9/2.13.1, the `Signature` attribute of an inner class constructor would also contain the first, synthetic parameter. This was fixed in scala/scala#7975, which course leads to mima warnings about inconsistent signatures. Since the descriptor remains the same, and the previous signature was wrong anyway (so anything relying on it can not have worked in the first place) this specific change can be safely ignored Tested with Akka HTTP, akka/akka-http#2655 (comment)
- Loading branch information