Merge branch 'xml-fixes' of https://github.com/myeisha/mono into myeisha-xml-fixes
[mono-project.git] / mcs / errors / cs1537-2.cs
blob8679945c96c6ca84fbcfde3a6c90f39723bd9b1a
1 // cs1537-2.cs: The using alias `A' appeared previously in this namespace
2 // Line: 6
3 // Compiler options: -r:CSExternAlias-lib.dll
5 extern alias A;
6 using A = System;