2018-05-06 14:52:59 +03:00

9 lines
142 B
Go

package testdata
import "fmt"
func GofmtNotSimplified() {
var x []string
fmt.Print(x[1:len(x)]) // ERROR "File is not gofmt-ed with -s"
}