summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1574-2.cs
blob: 4f1587cc848d7bf07707932b59e5f0e29487223b (plain)
1
2
3
4
5
6
7
8
9
10
11
// CS1574: XML comment on `Test' has cref attribute `Method(System.String)' that could not be resolved
// Line: 8
// Compiler options: -doc:dummy.xml -warnaserror -warn:1

using System;

/// <seealso cref="Method(System.String)"/>
public class Test
{
}