summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1537.cs
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;