[Mono-bugs] [Bug 340112] New: mcs fails to compile indexer use on out valuetype
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Nov 7 20:18:22 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=340112
Summary: mcs fails to compile indexer use on out valuetype
Product: Mono: Compilers
Version: 1.0
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: C#
AssignedTo: mono-bugs at ximian.com
ReportedBy: vargaz at gmail.com
QAContact: mono-bugs at ximian.com
Found By: ---
Testcase:
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
using System;
using System.Reflection;
public class Tests {
public void foo (out ParameterModifier p) {
p = new ParameterModifier (1);
p [0] = true;
}
public static void Main () {
}
}
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
This works with csc. This blocks compilation of IronPython 2.0A6.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list