[Mono-bugs] [Bug 24172] Changed - parenthesized expressions as targets in invocation expressions

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
3 May 2002 09:42:35 -0000


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by stodden@in.tum.de.

http://bugzilla.ximian.com/show_bug.cgi?id=24172

--- shadow/24172	Fri May  3 05:41:03 2002
+++ shadow/24172.tmp.11899	Fri May  3 05:42:35 2002
@@ -19,6 +19,11 @@
 mcs does not allow method invocation targets written as parenthesized
 expressions. could be used with delegates.
 
 e.g.
 MyDelegate del1, del2 =..;
 (del1 + del2)( 42 );
+
+------- Additional Comments From stodden@in.tum.de  2002-05-03 05:42 -------
+Created an attachment (id=1696)
+reproduces compiler error
+