blob: 6a468cd544cfe5b9c1e93fdb68454f49c1086ad0 [file] [log] [blame]
package fillstruct
type StructD struct {
ExportedIntField int
}
func spaces() {
d := StructD{} //@suggestedfix("}", "refactor.rewrite", "Fill")
}