[xbuild] More tweaks for portable debug mode
[mono-project.git] / mcs / errors / cs1519-4.cs
bloba5069732fa5381052787571f3fe9cbb4a7aa6574
1 // CS1519: Unexpected symbol `;' in class, struct, or interface member declaration
2 // Line: 8
4 class C
6 public static void Main ()
8 };