Files
babel/test/fixtures/syntax/arrow-functions/single-argument/expected.js
2014-10-18 15:42:36 +11:00

5 lines
55 B
JavaScript

"use strict";
var t = function(i) {
return i * 5;
};