-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix cloning a function within a parametric
proc
so it properly clon…
…es the parametric binding. This was because plain functions keep their parametrics as children, but proc functions don't. As a result, the parametric bindings of a proc were never cloned. PiperOrigin-RevId: 693924665
- Loading branch information
1 parent
062f1ba
commit 4bf212f
Showing
2 changed files
with
62 additions
and
1 deletion.
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