summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1010.cs
blob: e7ff0ddd81899094cef845c3efee79f54d1870ee (plain)
1
2
3
4
5
6
7
8
// CS1010: Newline in constant
// Line: 6

class X
{
	static string s = "Hello
world!";
}