1 2 3 4 5 6 7 8 9 10 11
// CS1010 : Newline in constant // Line: 8 class C { static void Main () { var a = 1' int i = 2; } }