Files
babel/test/fixtures/transformation/strict/undefined-this-arrow-function/expected.js
2015-03-02 22:37:51 +11:00

5 lines
61 B
JavaScript

"use strict";
var foo = function () {
return undefined;
};