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: b01b3a7922e1dbc7cd1f00742cfa9abd4c0f7fa8 (plain)
1
2
3
4
5
6
7
8
9
10
// CS1680: Invalid reference alias `SomeIdentifier='. Missing filename
// Line: 0
// Compiler options: -r:SomeIdentifier=

using System;

public class Test
{
}