Copied remotely
[mono.git] / mcs / errors / cs1574-4.cs
1 // Compiler options: -doc:dummy.xml -warnaserror -noconfig
2 using System;
3
4 /// <seealso cref="System.Xml.XmlDocument"/>
5 /// with /noconfig, it cannot be resolved.
6 public class Test
7 {
8 }