summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/scripting-1/the-script-element/resources/cocoa-module.js
blob: 24360a7bfe7e05a0cb253841367e71dc1e93b5c7 (plain)
1
2
3
4
5
export default class Cocoa {
    taste() {
        return "awesome";
    }
};