mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
14 lines
125 B
Go
14 lines
125 B
Go
package main
|
|
|
|
func correct(word string) {
|
|
switch word {
|
|
|
|
} // <---
|
|
select {
|
|
|
|
} // <---
|
|
|
|
arr := []struct {
|
|
|
|
} // <---
|
|
}
|