* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / errors / cs1026.cs
1 // cs1026.cs: Expected `,' or `)'
2 // Line: 6
3 class X{
4         static void Main ()
5         {
6                 Console.WriteLine ("Hola"
7         }
8 }