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

cs1537-2.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8679945c96c6ca84fbcfde3a6c90f39723bd9b1a (plain)
1
2
3
4
5
6
7
// cs1537-2.cs: The using alias `A' appeared previously in this namespace
// Line: 6
// Compiler options: -r:CSExternAlias-lib.dll

extern alias A;
using A = System;