7 lines
196 B
Plaintext
7 lines
196 B
Plaintext
"use strict";
|
|
|
|
exports._ = exports._class_private_method_set = _class_private_method_set;
|
|
function _class_private_method_set() {
|
|
throw new TypeError("attempted to reassign private method");
|
|
}
|