updating to the latest module.
[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