[Mono-bugs] [Bug 59864][Nor] Changed - [PATCH] CS0019

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 19 Sep 2004 20:40:13 -0400 (EDT)


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 jluke@cfl.rr.com.

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

--- shadow/59864	2004-09-19 20:38:30.000000000 -0400
+++ shadow/59864.tmp.17549	2004-09-19 20:40:13.000000000 -0400
@@ -1,23 +1,23 @@
 Bug#: 59864
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: marek.safar@seznam.cz               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: CS0019
+Summary: [PATCH] CS0019
 
 using System.Reflection;
 using System.Runtime.CompilerServices;
 
 public class Foo {
 
@@ -44,6 +44,10 @@
         'System.Runtime.CompilerServices.MethodImplOptions'
 
 ------- Additional Comments From jluke@cfl.rr.com  2004-09-19 20:38 -------
 Created an attachment (id=10835)
 proposed patch
 
+
+------- Additional Comments From jluke@cfl.rr.com  2004-09-19 20:40 -------
+Attached patch just adds a test to check that the types are the same,
+just like the block immediately above it does.