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: 50b8f46ad8f74c32f8b9f9053211ab6673c6fe2b (plain)
1
2
3
4
5
6
// CS1537: The using alias `A' appeared previously in this namespace
// Line: 7

using A = System;
using A = System;