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
I'm also hitting this (but with union types instead of with).
Workaround is matching on a case class type w/ existentials and then asInstanceOf it to a (hopefully proper) type - which is ugly and easy to get wrong.
Any chances it would be fixed soon?
liufengyun
added a commit
to dotty-staging/dotty
that referenced
this issue
Oct 28, 2020
Minimized code
This is simplified version of code from sttp. Using dotty 0.26.0-RC1.
Output
Expectation
Compiled code, no error ;)
The text was updated successfully, but these errors were encountered: