-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export is missing more refined "given with" instances #12949
Comments
Co-authored-by: Martin Odersky <odersky@gmail.com> Co-authored-by: Jamie Thompson <bishbashboshjt@gmail.com>
@odersky FYI, although this minimized solution is resolved, I'm still experiencing differences between |
From some experimentation I see it's probably related to match types and and since I have two open issues with match types, I'll first wait for them to be resolved before I continue pursuing this. |
When a
given with
expression returns a more refined instance, export is missing it from the implicit scope.Regular givens or transparent inline givens are OK.
Compiler version
v3.0.1-RC2 (also tested on nightly)
Minimized code
Output
Expectation
No error.
The text was updated successfully, but these errors were encountered: