nvim-treesitter/tests/indent/go/issue-3288.go
2022-08-15 13:34:16 -07:00

14 lines
125 B
Go

package main
func correct(word string) {
switch word {
} // <---
select {
} // <---
arr := []struct {
} // <---
}