This commit is contained in:
Tomek Wiszniewski
2015-05-05 09:51:00 +02:00
parent 9563e1a418
commit a9319691e4

View File

@@ -586,7 +586,7 @@
// good
[1, 2, 3].map((x) => {
return x * x
return x * x;
});
```