[xbuild] Fix #40094, part 1/2: SolutionParser: Emit `AbsolutePath="..."`
[mono.git] / mcs / errors / cs0100-4.cs
1 // CS0100: The parameter name `obj' is a duplicate
2 // Line: 4
3
4 public delegate void D (object obj, object obj);