Closed ghost closed 5 years ago
Vector.<*> crashes redshell, but the rest throw a #1127 error. Is it unimplemented?
Vector.<*>
redshell
#1127
$ redshell -repl Vector.<*> // Reflect avmplus crash: exception 0xC0000005 occurred // Writing minidump crash log to avmplusCrash.dmp new Vector.<uint> // TypeError: Error #1127
The issue wasn't Vector still, somehow.
Vector
Vector.<*>
crashesredshell
, but the rest throw a#1127
error. Is it unimplemented?