1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 15:10:04 +08:00
SpaceVim/bundle/nvim-treesitter-0.9.1/tests/indent/gleam/case.gleam

11 lines
107 B
Plaintext

pub fn main() {
case 1 {
1 -> "One"
2 -> {
case 2 {
2 -> "Two"
}
}
}
}