Files
nvim-treesitter/tests/indent/ecma/object.js
2022-01-21 16:40:36 +01:00

6 lines
51 B
JavaScript

const obj = {
a: 1,
b: "2",
["c"]: `three`
}