7 lines
73 B
C#
7 lines
73 B
C#
// CS1011: Empty character literal
|
|
// Line: 5
|
|
|
|
class T {
|
|
char c = '';
|
|
}
|