Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.9.2
-
Fix Version/s: 0.9.3
-
Component/s: None
-
Labels:None
-
Environment:boo 0.9.2
-
Number of attachments :
Description
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
Fixed in revision 3434. Thanks for the report!