As it's a safe operation, making this test case work:
(function() {
let x = global.__abstract ? __abstract("number", 42) : 42;
let s = x.toString();
let t = s.toString();
global.inspect = function() {
return t;
}
})();
This should address #613.
I can tackle this one
@wdhorton, are you still working on it? If not, I would like to take over. Thanks.
Most helpful comment
@wdhorton, are you still working on it? If not, I would like to take over. Thanks.