update readme (#21797)
[mono-project.git] / mcs / errors / cs1584.cs
blob673f8f527361606d75df23830fcd5f00aa38ff9e
1 // CS1584: XML comment on `Test' has syntactically incorrect cref attribute `operator foo(int,Test)'
2 // Line: 7
3 // Compiler options: -doc:dummy.xml -warnaserror -warn:1
5 using System;
6 /// <seealso cref="operator foo(int,Test)"/>
7 public class Test