summaryrefslogtreecommitdiff
path: root/std/prettier/testdata/opts/0.ts
blob: 400e7ee56ed23a47f2591bae837b286ee21e1685 (plain)
1
2
3
4
5
6
console.log(0);
console.log([
    function foo() {},
    function baz() {},
    a => {}
]);