7 lines
92 B
C#
7 lines
92 B
C#
// CS1012: Too many characters in character literal
|
|
// Line: 5
|
|
|
|
class x {
|
|
char x = 'xx';
|
|
}
|