Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cs1584-4.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7d411f0c0d2052222d426f0bc0bab20011cab682 (plain)
1
2
3
4
5
6
7
8
9
// cs1584-4.cs: XML comment on `Test' has syntactically incorrect cref attribute `Mai()n'
// Line: 7
// Compiler options: -doc:dummy.xml -warnaserror -warn:1

using System;
/// <see cref="Mai()n" />
public class Test
{
}