Merge branch 'xml-fixes' of https://github.com/myeisha/mono into myeisha-xml-fixes
[mono-project.git] / mcs / errors / cs1010-3.cs
blobbec6f3d2f7bbbf663e85b2c69096a3f7000744d7
1 // CS1010 : Newline in constant
2 // Line: 8
4 class C
6 static void Main ()
8 var a = 1'
9 int i = 2;