Skip to content
  • Kenneth Moreland's avatar
    Avoid "weird" arrays in fields · a4aa42c0
    Kenneth Moreland authored
    In some of the tests there was a field that was using a counting array.
    This uses an integer as the value type and has a special implicit
    storage type. Currently, this is likely to cause problems whenever it
    runs into a cast and call of a dynamic array. For now, let's avoid
    these.
    
    In the near future we should have expanded virtual method capabilities
    that will make it possible to support these atypical arrays.
    a4aa42c0