[loader] LoadFrom of problematic images should reprobe
[mono-project.git] / mcs / errors / cs1572-3.cs
blobad4b230b60223777943faf1c85b9d32dda554b93
1 // CS1572: XML comment on `Testing.Test.D' has a param tag for `mismatch', but there is no parameter by that name
2 // Line: 10
3 // Compiler options: -doc:dummy.xml -warn:2 -warnaserror
5 namespace Testing
7 class Test
9 /// <param name='mismatch'>mismatch</param>
10 public delegate void D (int i);