[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)
[mono.git] / mcs / errors / cs1537-3.cs
1 // CS1537: The using alias `A' appeared previously in this namespace
2 // Line: 6
3 // Compiler options: -r:CSExternAlias-lib.dll
4
5 extern alias A;
6 extern alias A;
7