1// Local Variables:
2// indent-tabs-mode: nil
3// js-indent-level: 2
4// End:
5
6// The following test goes below any comments to avoid including
7// misindented comments among the erroring lines.
8
9return (
10  <div>
11    {array.map(function () {
12      return {
13        a: 1
14