- 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.