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
packageopaquetypesobject`package`:opaquetypeFoo=DoubleobjectBar:classBaz(vali:Foo):deffoo(that: Any):Boolean= that match// `Double.==` selected from source; `Any.==` selected `-from-tasty`case that1 @ (_: Baz) =>Baz.this.i == that1.i
case _ =>true
Expectation
Double.== should also be selected with -from-tasty, the issue arises when if you actually select Double.== in unpickling then the checker does not expect it