**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs0650.cs
blobda029f47178b2b99632fabb8e60151873203dc54
1 // cs0650.cs: Syntax error, bad array declarator. To declare a managed array the rank specifier precedes the variable's identifier. To declare a fixed buffer field, use the fixed keyword before the field type
2 // Line: 7
4 class X {
5 public static void Main ()
7 int myarray[2];