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

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

using A = System;
using A = System;