[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)
[mono.git] / mcs / errors / cs1680.cs
1 // CS1680: Invalid reference alias `SomeIdentifier='. Missing filename
2 // Line: 0
3 // Compiler options: -r:SomeIdentifier=
4
5 using System;
6
7 public class Test
8 {
9 }
10