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

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

using System;

/// <see cref="" />
public class Test
{
}