https://bugzilla.novell.com/show_bug.cgi?id=363218

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=363218#c4





--- Comment #4 from Marek Safar <[EMAIL PROTECTED]>  2008-02-22 01:58:30 MST ---
Marc,

That's the correct error message. The test case is buggy, the multi-dimensional
initializer syntax is incorrect. Here is the update version.

  public static void Main(string[] args)
  {
      Baz(delegate() {
        return new string[,] { { "aa" }, { "bb" } };
      });
  }


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to