1
0
mirror of https://github.com/golang/go synced 2024-10-01 12:48:33 -06:00
go/internal/lsp/testdata/noparse_format/noparse_format.go.in

9 lines
161 B
Go
Raw Normal View History

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