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

cs1680.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d9565d1e8b6c4ff10273cb3791136425202d925a (plain)
1
2
3
4
5
6
7
8
9
10
// cs1680.cs: Invalid reference alias 'SomeIdentifier='. Missing filename
// Line: 0
// Compiler options: -r:SomeIdentifier=

using System;

public class Test
{
}