e2fc808d83
Add test infrastructure that allows to test handwritten JS to test various small aspects of DCE, as opposed to box tests which test kotlin stdlib + kotlin generated examples
5 lines
78 B
JavaScript
Vendored
5 lines
78 B
JavaScript
Vendored
function A() {
|
|
}
|
|
A.prototype = Object.create(A);
|
|
A.prototype.constructor = A;
|