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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76593 --- shadow/76593 2005-10-29 16:27:02.000000000 -0400 +++ shadow/76593.tmp.27833 2005-10-29 16:27:02.000000000 -0400 @@ -0,0 +1,40 @@ +Bug#: 76593 +Product: Mono: Compilers +Version: 1.1 +OS: +OS Details: Panther +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: C# +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: compiler error on && + +Please fill in this template when reporting a bug, unless you know what you are doing. +Description of Problem: +file <http://www.cs.rit.edu/~ats/cs-2005-1/code/adt/array/Abuse.cs> draws CS0019. It +compiles on VS 2005 beta 2. + +Steps to reproduce the problem: +1. gmcs /m:Axel.ADT.Array.AbuseTest Abuse.cs Container.cs ../IContainer.cs ../Test.cs +2. +3. + +Actual Results: +Abuse.cs(78,48): error CS0019: Operator `&&' cannot be applied to operands of type +`Axel.ADT.Array.Abuse<System.String>' and `Mono.CSharp.NullType' + +Expected Results: +successful compilation + +How often does this happen? +always + +Additional Information: +The additional files 'live' above the link given above. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
