merge r67228-r67235, r67237, r67251 and r67256-67259 to trunk (they are
[mono.git] / mcs / errors / cs1574-2.cs
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
4
5 using System;
6
7 /// <seealso cref="Method(System.String)"/>
8 public class Test
9 {
10 }
11