* This removes the exponentiationOperator as it is now in es2016 * Remove from tests * Remove asyncFunctions and restructure test dirs * Remove trailingFunctionCommas
1 line
78 B
JavaScript
1 line
78 B
JavaScript
class A { static get foo() {} static set foo(v) {} get foo() {} set foo(v) {}} |