forked from dart-lang/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up resynthesis of typeArguments.
Previously, we had to jump through hoops to properly resynthesize InterfaceTypeImpl.typeArguments and FunctionTypeImpl.typeArguments, because the correct set of type arguments depends on the number of type parameters, and that information wasn't available in the prelinked summary. Now it is. Note that typeParameters and boundTypeParameters still aren't resynthesized properly (and are untested). These will be addressed in a future CL. [email protected] Review URL: https://codereview.chromium.org/1559123002 .
- Loading branch information
1 parent
c30e64e
commit 1bfb1bb
Showing
2 changed files
with
28 additions
and
79 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