[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)
[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