1 2 3 4 5 6 7 8
// CS1010: Newline in constant // Line: 6 class X { static string s = "Hello world!"; }