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

cs1679.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 913b3d241470698ac4a180e071002fe5cb2032dd (plain)
1
2
3
4
5
6
7
8
9
10
// cs1679.cs: Invalid extern alias for /reference. Alias 'Invalid.Identifier' is not a valid identifier
// Line: 0
// Compiler options: -r:Invalid.Identifier=CSExternAlias-lib.dll

using System;

public class Test
{
}