2007-03-19 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / gcs1716.cs
blob681cc4bc28e8e8a9a10224f501058fc3502b6d4c
1 // cs1716.cs: Do not use 'System.Runtime.CompilerServices.FixedBuffer' attribute. Use the 'fixed' field modifier instead
2 // Line: 6
4 public class C
6 [System.Runtime.CompilerServices.FixedBuffer (typeof (int), 1)]
7 public int i;