Merge branch 'xml-fixes' of https://github.com/myeisha/mono into myeisha-xml-fixes
[mono-project.git] / mcs / errors / cs1574.cs
blob5af4c6bd2774b0f2bbf7e9340eca8ca2a33a2cf6
1 // cs1574.cs: 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