nvim-treesitter/tests/indent/gleam/list.gleam

12 lines
85 B
Gleam
Raw Normal View History

2022-02-12 15:12:05 -08:00
pub fn main() {
[
a,
..[
b,
..[
c,
]
]
]
}