11 lines
108 B
C#
Raw Normal View History

// CS1010 : Newline in constant
// Line: 8
class C
{
static void Main ()
{
var a = 1'
int i = 2;
}
}