quote only work on lambda on net_4_0
[mcs.git] / errors / cs0209.cs
blob838ff42d9de77afed959fb1f5ecc13aa19805f0c
1 // cs0209.cs: The type of locals declared in a fixed statement must be a pointer type
2 // Line: 9
3 // Compiler options: -unsafe
5 public class A
7 unsafe static void Main ()
9 fixed (string s = null)