9 lines
145 B
Go

//golangcitest:args -Egofumpt
package testdata
import "fmt"
func GofumptNewLine() {
fmt.Println( "foo" ) // want "File is not `gofumpt`-ed"
}