Add simple test infrastructure for JS DCE
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
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
function A() {
|
||||
}
|
||||
A.prototype = Object.create(A);
|
||||
A.prototype.constructor = A;
|
||||
Reference in New Issue
Block a user