Henry Zhu 0f823beeb1 Newlines in fixtures (#6044)
* write newlines for fixtures

* rerun fixtures
2017-08-02 15:35:29 -04:00

6 lines
75 B
JavaScript

var bar = function () {};
bar.bind(foo);
var foo = {};
foo.bar.bind(foo);