Skip to content

Conversation

CamWass
Copy link
Contributor

@CamWass CamWass commented Sep 6, 2025

The test case test("a = !0; b = !0", "b = a = !0"); occurs in testExprExploitationTypes2 and also above that in testExprExploitationTypes, on line 30:

public void testExprExploitationTypes() {
test("a = true; b = true", "b = a = true");
test("a = !0; b = !0", "b = a = !0");

@lauraharker lauraharker self-assigned this Sep 8, 2025
@lauraharker
Copy link
Contributor

Thanks for the cleanup!

@copybara-service copybara-service bot merged commit 8434279 into google:master Sep 8, 2025
4 checks passed
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.

2 participants