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=75896 --- shadow/75896 2005-08-24 10:13:25.000000000 -0400 +++ shadow/75896.tmp.16203 2005-08-24 11:14:22.000000000 -0400 @@ -1,14 +1,14 @@ Bug#: 75896 Product: Mono: Compilers Version: 1.1 -OS: +OS: unknown OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: C# AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -49,6 +49,12 @@ struct_setter.cs(15,3): error CS0131: The left-hand side of an assignment must be a variable, property or indexer How often does this happen? consistently. + +------- Additional Comments From [EMAIL PROTECTED] 2005-08-24 11:14 ------- +Hmm, I think the error is that 'new Test ()' is not a variable. So, +essentially, MemberAccess.ResolveLValue() should delve deeper if the +the "accessee" is a struct. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
