documentation/test/fixture/member-expression.input.js
John Firebaugh c36b9a4dc3 Better name inference from member expressions
Infer the name from the property (the `bar` in `foo.bar`).
2015-03-11 19:53:25 -07:00

5 lines
46 B
JavaScript

/**
* Test
*/
exports.test = function() {};