[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)
[mono.git] / mcs / errors / cs1525-44.cs
1 // CS1525: Unexpected symbol `}'
2 // Line: 10
3
4 using System;
5
6 class Foo
7 {
8         void Bar ()
9         {
10                 throw new Exception ("e",
11         }
12 }