mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
parent
e5c60516b5
commit
ac5456567a
1 changed files with 14 additions and 0 deletions
14
tests/indent/go/issue-3288.go
Normal file
14
tests/indent/go/issue-3288.go
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
package main
|
||||
|
||||
func correct(word string) {
|
||||
switch word {
|
||||
|
||||
} // <---
|
||||
select {
|
||||
|
||||
} // <---
|
||||
|
||||
arr := []struct {
|
||||
|
||||
} // <---
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue