Files
babel/packages/babel-plugin-transform-optional-chaining/test/fixtures/general/function-call/expected.js
2017-06-07 03:22:51 -04:00

3 lines
63 B
JavaScript

var _temp;
((_temp = foo) != null ? _temp.bar : Function())();