Cobra Internal Error on def init
Posted: Wed Feb 20, 2008 6:37 pm
I received an error:
so, by process of elimination, I whittled the code down to this:
When I compile just this, I also get the internal error.
The source of the problem is the underscore, but the compiler should handle this better.
- Code: Select all
error: COBRA INTERNAL ERROR / IndexOutOfRangeException / Index was outside the bounds of the array.
so, by process of elimination, I whittled the code down to this:
class Abc
def init(_ghi as int)
When I compile just this, I also get the internal error.
The source of the problem is the underscore, but the compiler should handle this better.