Skip to content

Comments

Fix issue with const evaluation on instance methods of parametric structs.#3877

Draft
copybara-service[bot] wants to merge 1 commit intomainfrom
test_874153474
Draft

Fix issue with const evaluation on instance methods of parametric structs.#3877
copybara-service[bot] wants to merge 1 commit intomainfrom
test_874153474

Conversation

@copybara-service
Copy link

Fix issue with const evaluation on instance methods of parametric structs.

Previously the result of these invocations couldn't be const evaluated because the parametric values of the target struct object weren't included in the parametric env for the invocation correctly.

…ucts.

Previously the result of these invocations couldn't be const evaluated because the parametric values of the target struct object weren't included in the parametric env for the invocation correctly.

PiperOrigin-RevId: 874153474
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant