Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pattern test to account for new DDC JS variable naming
A bug recently uncovered in DDC required renaming some variables (primarily around patterns) to avoid declarations from shadowing each other incorrectly. 'a' is now 'a$' as it is the second case that declares a Dart variable named 'a'.
- Loading branch information