7 lines
92 B
C#
Raw Normal View History

// CS1012: Too many characters in character literal
// Line: 5
class x {
char x = 'xx';
}