2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1584.cs
blob8fe9b6fdce56d02a50891de1821049be46a2603c
1 // cs1584.cs: 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