treeee-shaker-tester
Version:
21 lines (20 loc) • 416 B
JavaScript
require("xrray")(Array);
class WHAT {
constructor(inner) {
this.inner = inner;
this.name = "RRRRRRRRRRRRR";
}
}
export class WWW {
constructor(inner) {
this.inner = inner;
this.name = "WWWWWW";
this.what = new WHAT("WWWWWW");
}
}
export class AAA {
constructor(inner) {
this.inner = inner;
this.name = "AAAAAA";
}
}