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

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