consulo / consulo-csharp

Languages: C#
Apache License 2.0
50 stars 6 forks source link

Switch expression not supported #580

Open VISTALL opened 3 years ago

VISTALL commented 3 years ago

            effectObject = effect switch {
                TutorialEffect.Joystick => MaskJoystickTutorial,
                TutorialEffect.ActionBtn => MaskActionBtnTutorial,
                _ => effectObject
            };