Properly initialize a rgctx template. Fixes bxc #1147.
[mono-project.git] / mcs / errors / cs1001.cs
bloba1651fe17f40557157775295dfa8515da2cf794f
1 // CS1001: Unexpected symbol `)', expecting identifier
2 // Line: 6
4 class T {
5 // Change (args) to (string args) to fix it
6 public static int Main (args)