inheritance generic class with abstract parameter causes error
--------------------------------------------------------------
Key: BOO-1259
URL:
http://jira.codehaus.org/browse/BOO-1259 Project: Boo
Issue Type: Bug
Affects Versions: 0.9.2
Environment: boo 0.9.2
Reporter: George Dernovoy
class xList[of T](List[of T]): pass
d = xList[of int]()
d.Add(1) //error: Internal compiler error: Object reference not set to
an instance of an object.. (BCE0055) - C:\MyProjects\boo_test
\Program.boo:22,3
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email