| package test | |
| public final class Inheritor2 : test.SealedClass { | |
| /*primary*/ public constructor Inheritor2() | |
| } | |
| public final class Inheritor3 : test.SealedClass { | |
| /*primary*/ public constructor Inheritor3() | |
| } | |
| public sealed class SealedClass { | |
| /*primary*/ protected constructor SealedClass() | |
| public final class Inheritor1 : test.SealedClass { | |
| /*primary*/ public constructor Inheritor1() | |
| } | |
| } |