[Mono-bugs] [Bug 390128] FieldAccessException when running Mono.C5 tests

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed May 14 11:12:37 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=390128

User vargaz at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=390128#c1


Zoltan Varga <vargaz at gmail.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |vargaz at gmail.com, rkumpera at novell.com




--- Comment #1 from Zoltan Varga <vargaz at gmail.com>  2008-05-14 09:12:37 MST ---
A testcase:
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
using System;

class ArrayBase <T>
{
        protected T[] arr;
}

class ArrayList<T> : ArrayBase <T>
{
        public void map<V> (ArrayList<V> list) {
                list.arr = null;
        }
}

class Tests
{
        public static void Main () {
                ArrayList <int> arr = new ArrayList <int> ();
                arr.map<string> (new ArrayList <string> ());
        }
}
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

CC'ing Rodrigo.


-- 
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