[Mono-bugs] [Bug 56016][Wis] Changed - Exception from incorrect method invocation
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 25 Mar 2004 01:44:15 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=56016
--- shadow/56016 2004-03-24 18:43:03.000000000 -0500
+++ shadow/56016.tmp.3611 2004-03-25 01:44:15.000000000 -0500
@@ -1,23 +1,23 @@
Bug#: 56016
Product: Mono: Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
-Priority: Normal
+Severity: Unknown
+Priority: Wishlist
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: juraj@hotfeet.ch
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Exception while compiling
+Summary: Exception from incorrect method invocation
Description of Problem:
Compiler throws exception when compiling attached file.
Actual Results:
Exception caught by the compiler while compiling:
@@ -48,6 +48,10 @@
always
------- Additional Comments From juraj@hotfeet.ch 2004-03-24 18:43 -------
Created an attachment (id=7092)
testcase: mcs_ref_problem.cs
+
+------- Additional Comments From bmaurer@users.sf.net 2004-03-25 01:44 -------
+So, this code is invalid, you cant convert the variable like that.
+However, we should give the correct error message.