[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)
[mono.git] / mcs / errors / cs1525-38.cs
1 // CS1525: Unexpected symbol `}', expecting `in'
2 // Line: 8
3
4 class C
5 {
6         public static void Main ()
7         {
8                 foreach (var a
9         }
10 }