cs0107.cs 94 B

123456
  1. // cs0107.cs: More than one protection modifier
  2. // Line: 4
  3. class X {
  4. public private X {
  5. }
  6. }