BRl.Reflection: StringTypeId missing _super

Archives Forums/BlitzMax Bug Reports/BRl.Reflection: StringTypeId missing _super

n-Halbleiter(Posted 2010) [#1]
As you can see in the title, the StringTypeId of BRL.Reflection does not have set it's Field "_super" set to ObjectTypeId. I think this is in fact a bug because String seems to be derived from "Object".

To correct just add after the global TypeId declarations the following line:
StringTypeId._super=ObjectTypeId


This should fix it.