[Mono-bugs] [Bug 52587][Wis] Changed - We thow an exception when a method hides a field
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 4 Jan 2004 17:37:10 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=52587
--- shadow/52587 2004-01-04 15:20:28.000000000 -0500
+++ shadow/52587.tmp.30534 2004-01-04 17:37:10.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 52587
Product: Mono/Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -81,6 +81,10 @@
in (at /devel/mcs/mcs/statement.cs:490) StatementExpression.Resolve
(Mono.CSharp.EmitContext)
in (at /devel/mcs/mcs/statement.cs:1677) Block.Resolve
(Mono.CSharp.EmitContext)
in (at /devel/mcs/mcs/codegen.cs:455) EmitContext.EmitTopBlock
(Mono.CSharp.Block, Mono.CSharp.InternalParameters, Mono.CSharp.Location)
+
+------- Additional Comments From miguel@ximian.com 2004-01-04 17:37 -------
+Ben, this worked with 0.29, am afraid that you introduce this bug with
+one of the recent patches.