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: 0232e43b9d624674f8ec176d075911c8590da3c6 (plain)
1
2
3
4
5
6
// Compiler options: -doc:dummy.xml -warnaserror -warn:1
using System;
/// <see cref="Mai()n" />
public class Test
{
}