CL "Add parser support for patternAssignment" introduces crashes in frontend test cases #50575
Labels
area-front-end
Use area-front-end for front end / CFE / kernel format related issues.
P2
A bug or feature request we're likely to work on
In Add parser support for patternAssignment I'm adding status file entries to expect crashes in the following frontend tests:
The crashes are happening because these tests contain code that was previously invalid, but is now being parsed as a pattern assignment, and pattern assignment support is not yet complete:
extensions/explicit_invalid_access
containsExtension(c) = 42;
general/issue40242
contains(c2) = new C();
rasta/malformed_function
contains(null) = null;
.The text was updated successfully, but these errors were encountered: