2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1574-4.cs
blobb9b758ed59e07d9dd5e5891a09ef9c330c8dfd8f
1 // cs1574-4.cs: XML comment on `Test' has cref attribute `System.Xml.XmlDocument' that could not be resolved
2 // Line: 9
3 // Compiler options: -doc:dummy.xml -warnaserror -noconfig
5 using System;
7 /// <seealso cref="System.Xml.XmlDocument"/>
8 /// with /noconfig, it cannot be resolved.
9 public class Test