[Mono-bugs] [Bug 76198][Maj] Changed - [GMCS]: Missing CS1547 for `void' as type argument

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Oct 4 06:16:26 EDT 2005


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 martin at ximian.com.

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

--- shadow/76198	2005-10-01 02:38:45.000000000 -0400
+++ shadow/76198.tmp.14586	2005-10-04 06:16:26.000000000 -0400
@@ -11,13 +11,13 @@
 AssignedTo: martin at ximian.com                            
 ReportedBy: jonpryor at vt.edu               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: gmcs aborts when mixing generics with anonymous delegates
+Summary: [GMCS]: Missing CS1547 for `void' as type argument
 
 Please fill in this template when reporting a bug, unless you know what you
 are doing.
 Description of Problem:
 
 gmcs aborts compiling code that returns an anonymous delegate for a generic
@@ -54,6 +54,23 @@
 http://lists.ximian.com/pipermail/mono-devel-list/2005-September/014856.html
 
 ------- Additional Comments From jonpryor at vt.edu  2005-09-23 09:08 -------
 Created an attachment (id=15780)
 functor.cs
 
+
+------- Additional Comments From martin at ximian.com  2005-10-04 06:16 -------
+martin at mordor ~
+$ csc B.cs
+Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.7
+for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
+Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.
+
+B.cs(17,13): error CS1547: Keyword 'void' cannot be used in this context
+B.cs(17,35): error CS1547: Keyword 'void' cannot be used in this context
+B.cs(18,13): error CS1547: Keyword 'void' cannot be used in this context
+B.cs(18,35): error CS1547: Keyword 'void' cannot be used in this context
+B.cs(19,13): error CS1547: Keyword 'void' cannot be used in this context
+B.cs(19,35): error CS1547: Keyword 'void' cannot be used in this context
+
+martin at mordor ~
+


More information about the mono-bugs mailing list