[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)
[mono.git] / mcs / errors / cs1001-5.cs
1 // CS1001: Unexpected symbol `}', expecting identifier
2 // Line: 6
3
4 public class Foo
5 {
6     public event System.Collections.Generic.IList<int>
7 }