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

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

/// <seealso cref="Method(System.String)"/>
public class Test
{
}