Files
2023-07-12 16:31:19 +01:00

7 lines
107 B
JavaScript
Executable File

'use strict';
module.exports = function (T, a) {
var x = {};
a((new T([[x, 'foo']])).get(x), 'foo');
};