summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/modules/defaultClass.js
blob: c05d5ff5a008e3e6b9e91078ae1a4f5281c58f13 (plain)
1
2
3
4
5
export default class {
    triple(x) {
        return x * 3;
    }
}