nvim-treesitter/tests/indent/gleam/list.gleam
2022-02-15 19:01:02 +01:00

11 lines
85 B
Gleam

pub fn main() {
[
a,
..[
b,
..[
c,
]
]
]
}