prettier/tests/method-chain/test.js

7 lines
86 B
JavaScript

method().then(x => x)
["abc"](x => x)
[abc](x => x);
({}.a().b());
({}).a().b();