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

12 lines
83 B
Gleam
Raw Normal View History

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