Properly initialize a rgctx template. Fixes bxc #1147.
[mono-project.git] / mcs / errors / cs0542-2.cs
blobbd320cefe3de02910d2ae59ae5fa5588ba6d0a15
1 // CS0542: `Program.Program(object)': member names cannot be the same as their enclosing type
2 // Line: 6
4 class Program
6 void Program (object sender)