1
0
mirror of https://github.com/golang/go synced 2024-11-18 23:44:43 -07:00
go/internal/lsp/testdata/noparse_format/noparse_format.go.in

9 lines
164 B
Go
Raw Normal View History

// +build go1.11
package noparse_format //@format("package")
func what() {
var b int
if { hi() //@diag("{", "syntax", "missing condition in if statement")
}
}