quote only work on lambda on net_4_0
[mcs.git] / 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;