2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1574-2.cs
blob3b43125c0c8494ffc96cebe029a5ea6b8a27aca7
1 // cs1574-2.cs: XML comment on `Test' has cref attribute `Method(System.String)' that could not be resolved
2 // Line: 8
3 // Compiler options: -doc:dummy.xml -warnaserror -warn:1
5 using System;
7 /// <seealso cref="Method(System.String)"/>
8 public class Test