On 05/13/02 Shai Bentov wrote:
> class MyClass
> {
>     static void Main() {
>       int[,] a = new int[3,2];
>     }
> }
> 
> 
> [shai@shai2 mono]$ mcs test.cs
> requested token for MonoArrayMethod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This is a warning (admittedly it should be more explicit).
The token for the helper methods needed in handling multi-dim arrays are
not yet created, so you get an invalid token (0) and the resulting
program fails.

It's in my TODO list.
Yu may bugzilla it, so you'll get a mail when I'll implement it.

lupus

-- 
-----------------------------------------------------------------
[EMAIL PROTECTED]                                     debian/rules
[EMAIL PROTECTED]                             Monkeys do it better

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to