You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@odersky said:
Why has the bug been assigned to me? Is there any evidence it is my changes between RC1 and RC2 that did this? I don�t think I did any unapply-related changes.
@burakemir said:
my bad. fixed in r12795. the original changes were fixes for Philipp's unapply bugs, i verified that these still work with test cases unapplyVal.scala (hopefully they cover enough).
Compiling the following code:
produces a type mismatch with the following message:
But if instead of an object, we make a subclass with the same exact code, as in:
It compiles and runs normally.
Also, the same code does not present any errors either in 2.6.0-RC1 or in 2.5.1.
The text was updated successfully, but these errors were encountered: