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: 60e2f4f74ae92fc093a4eacab8b740583f74387b (plain)
1
2
3
4
5
6
7
// Compiler options: -doc:dummy.xml -warnaserror -warn:1
using System;

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