[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / errors / cs1574.cs
blob3e0ad12c2ff6162ef38f660c6f5fadd769971105
1 // CS1574: XML comment on `Test' has cref attribute `explicit operator int (bool)' that could not be resolved
2 // Line: 7
3 // Compiler options: -doc:dummy.xml -warnaserror -warn:1
5 using System;
6 /// <seealso cref="explicit operator int (bool)"/>
7 public class Test