1 2 3 4 5 6
// CS0107: More than one protection modifier specified // Line: 4 class X { public private class X2 { } }