[xbuild] Fix #40094, part 1/2: SolutionParser: Emit `AbsolutePath="..."`
[mono.git] / mcs / errors / cs1537.cs
1 // CS1537: The using alias `A' appeared previously in this namespace
2 // Line: 7
3
4 using A = System;
5 using A = System;
6