7 lines
69 B
C#
7 lines
69 B
C#
// CS1009: Unrecognized escape sequence
|
|
// Line : 6
|
|
|
|
class X\u10
|
|
{
|
|
}
|