DEBSOURCES
Skip Quicknav
sources / golang-golang-x-tools / 1%3A0.5.0%2Bds-1 / gopls / internal / lsp / testdata / fillstruct / fill_struct_spaces.go
123456789
package fillstruct type StructD struct { ExportedIntField int } func spaces() { d := StructD{} //@suggestedfix("}", "refactor.rewrite", "Fill") }