svn:eol-style=native
[mono.git] / mcs / errors / cs1010.cs
1 // cs1010.cs : Newline in constant
2 // Line : 6
3
4 class X
5 {
6         static string s = "Hello
7 world!";
8 }