[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)
[mono.git] / mcs / errors / cs1607.cs
1 // CS1607: Delay signing was requested but no key file was given
2 // Line: 0
3 // Compiler options: -delaysign -warnaserror
4
5 class Test
6 {
7         static void Main ()
8         {
9         }
10 }