Files
linux-packaging-mono/mcs/errors/cs1010-2.cs

10 lines
79 B
C#
Raw Normal View History

// CS1010: Newline in constant
// Line: 6
class Foo
{
static char c ='
';
}