basic.js (101B)
1 class C { 2 x; 3 y = 2; 4 } 5 6 if (typeof reportCompare === "function") 7 reportCompare(true, true);