[Mono-bugs] [Bug 28176][Nor] Changed - instance/static confusion in multiple field lookup

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
7 Aug 2002 18:32:40 -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 martin@gnome.org.

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

--- shadow/28176	Wed Jul 24 16:39:25 2002
+++ shadow/28176.tmp.11417	Wed Aug  7 14:32:40 2002
@@ -1,14 +1,14 @@
 Bug#: 28176
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: lupus@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -35,6 +35,10 @@
         static int blah (object arg) {
                 B look = (B)arg;
                 return look.s.a;
         }
         static void Main() {}
 }
+
+------- Additional Comments From martin@gnome.org  2002-08-07 14:32 -------
+Fixed in CVS, added your testcase as test-160.cs
+