2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0650.cs
blob2ec5ae2370c0bc2927c69f44826ca12ce88568a5
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 size 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];