You can omit the permits clause entirely on a sealed class. Under what condition does that compile, and what does it then permit?public sealed class Base { /* no permits clause */ }