-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix AST walking default-case in switch-statement #1433
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1433 +/- ##
=======================================
Coverage 73.12% 73.12%
=======================================
Files 283 283
Lines 39081 39082 +1
=======================================
+ Hits 28577 28578 +1
Misses 9056 9056
Partials 1448 1448
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit de9ccd9 Results
|
bcdbf86
to
6ac1551
Compare
Description
Default-case's doesn't have an expression, skip it from visiting.
master
branchFiles changed
in the Github PR explorer