[Mono-bugs] [Bug 72326][Nor] Changed - [GMCS] Error CS0453 reported on valid code

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 14 Feb 2005 23:58:50 -0500 (EST)


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@ximian.com.

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

--- shadow/72326	2005-02-07 21:39:42.000000000 -0500
+++ shadow/72326.tmp.21039	2005-02-14 23:58:50.000000000 -0500
@@ -1,17 +1,17 @@
 Bug#: 72326
 Product: Mono: Compilers
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: C#
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: martin@ximian.com                            
 ReportedBy: mtreiber@gmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: [GMCS]  Error CS0453 reported on valid code
@@ -39,6 +39,9 @@
 
 compiling with "gmcs -out:test.exe test.cs" produces the following output:
 
 test.cs(7) error CS0453: The type `T' must be a value type in order to use it as type parameter 
 `T' in the generic type or method `IA`1<T>'.
 Compilation failed: 1 error(s), 0 warnings
+
+------- Additional Comments From martin@ximian.com  2005-02-14 23:58 -------
+easy