Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Comment out unimplemented switch case in ResultValueWalker
The code previously threw a NotImplementedException for the SwitchExpressionSyntax case in the ResultValueWalker. This change comments out that case for now, to prevent the exception from being triggered. It appears the functionality for SwitchExpressionSyntax is not implemented yet.
- Loading branch information