cs1012.cs 92 B

123456
  1. // cs1012: Too many characters in character literal
  2. // Line: 5
  3. class x {
  4. char x = 'xx';
  5. }