2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / errors / cs1574-2.cs
1 // Compiler options: -doc:dummy.xml -warnaserror -warn:1
2 using System;
3
4 /// <seealso cref="Method(System.String)"/>
5 public class Test
6 {
7 }
8