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

cs1580-2.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c2ed72e6b6c2363c85901e7633a1e34d2301909a (plain)
1
2
3
4
5
6
// Compiler options: -doc:dummy.xml -warnaserror -warn:1
using System;
/// <see cref="Method(x,y)"/>
public class Test
{
}