7 lines
108 B
C#
7 lines
108 B
C#
|
// CS0107: More than one protection modifier specified
|
||
|
// Line: 4
|
||
|
class X {
|
||
|
public private class X2 {
|
||
|
}
|
||
|
}
|