-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a bug importing declarations in generics (#4752)
Imported declarations that are contained within a generic, such as an `impl forall...` would be given an abstract symbolic constant value instead of a concrete generic value in some cases where the function was used in an api file and impl file of the same library. This caused #4679 to fail using `ImplicitAs.Convert` transitively imported from the prelude. --------- Co-authored-by: Josh L <[email protected]> Co-authored-by: Richard Smith <[email protected]>
- Loading branch information
1 parent
c5fd8f4
commit 725e80f
Showing
4 changed files
with
89 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.