You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a jump table (switch) will not have any test cases then nothing should be added to the body of a StateNode expression. Currently, we replace it with Expression.Empty() in JumpTableBuilder
Tell us about your idea
If a jump table (switch) will not have any test cases then nothing should be added to the body of a
StateNodeexpression. Currently, we replace it with Expression.Empty() inJumpTableBuilderAnything else?
No response