Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201028153306-37f0764111ff / internal / lsp / testdata / fillstruct / fill_struct_spaces.go
1 package fillstruct
2
3 type StructD struct {
4         ExportedIntField int
5 }
6
7 func spaces() {
8         d := StructD{} //@suggestedfix("}", "refactor.rewrite")
9 }