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

cs1584-3.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a927c4cf977fd806a88db8eb70ad9d5fb6ca4781 (plain)
1
2
3
4
5
6
7
// Compiler options: -doc:dummy.xml -warnaserror -warn:1
using System;

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