Sign in
go
/
tools
/
0e232fa9c3bc6a83f67fd1b8702e3feeef1d7a8e
/
.
/
internal
/
lsp
/
testdata
/
fillstruct
/
fill_struct_spaces.go
blob: d5d1bbba5c312d29a9b0b6f9e008391312f752ee [
file
]
package fillstruct
type StructD struct {
ExportedIntField int
}
func spaces() {
d := StructD{}
//@suggestedfix("}", "refactor.rewrite")
}