[Mono-bugs] [Bug 77628][Nor] New - Compiler crash in property
resolving
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Feb 23 14:09:37 EST 2006
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 marek.safar at seznam.cz.
http://bugzilla.ximian.com/show_bug.cgi?id=77628
--- shadow/77628 2006-02-23 14:09:37.000000000 -0500
+++ shadow/77628.tmp.2935 2006-02-23 14:09:37.000000000 -0500
@@ -0,0 +1,51 @@
+Bug#: 77628
+Product: Mono: Compilers
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: C#
+AssignedTo: rharinath at novell.com
+ReportedBy: marek.safar at seznam.cz
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Compiler crash in property resolving
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1.
+
+class A {
+ protected int f { get { return 1; } }
+}
+
+class B : A {
+ int bar () { return new C().f; }
+ }
+
+class C : B {
+ static void Main () {}
+}
+
+Actual Results:
+
+Compiler crash.
+
+Expected Results:
+
+No crash, no error.
+
+
+How often does this happen?
+
+
+Additional Information:
More information about the mono-bugs
mailing list