inference fails on overloaded methods despite non-conflicting signature #10542
Labels
fixed in Scala 3
This issue does not exist in the Scala 3 compiler (https://github.com/lampepfl/dotty/)
overloading
Milestone
Asked on StackOverflow: https://stackoverflow.com/questions/46652058/scala-type-inference-fails-on-overloaded-methods-despite-non-conflicting-signatu
Removing the unused and non-conflicting method
def ~~~(other: Int)
results in successful inference and compilation.Possibly related to #9523
The text was updated successfully, but these errors were encountered: