Page MenuHomeFeedback Tracker

Enscript 'sealed' modifier creates no effect on enums.
Closed, ResolvedPublic

Description

sealed enum Test {}
enum Test2 : Test {}

Compiles fine, but should throw a compile error, because "Test" is sealed.

Details

Severity
None
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General
Steps To Reproduce

Compile

sealed enum Test {}
enum Test2 : Test {}

Event Timeline

Geez changed the task status from New to Assigned.Sep 20 2022, 12:56 PM
Geez closed this task as Resolved.Apr 26 2023, 2:44 PM
Geez claimed this task.
Geez added a subscriber: Geez.

Resolved for one of the future updates.