go/internal/lsp/testdata/fillstruct/fill_struct_spaces.go

10 lines
142 B
Go

package fillstruct
type StructD struct {
ExportedIntField int
}
func spaces() {
d := StructD{} //@suggestedfix("}", "refactor.rewrite")
}