Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / errors / cs1525-6.cs
1 // CS1525: Unexpected symbol `}', expecting `)' or `,'
2 // Line: 7
3
4 class X {
5         static void Main ()
6         {
7                 Console.WriteLine ("Hola"
8         }
9 }