Sign in
go
/
tools
/
9e788ee16941f41682b5ddd7329eb13222518a8e
/
.
/
internal
/
lsp
/
testdata
/
noparse_format
/
noparse_format.go.in
blob: 4fc3824d9b85d5098c6136e946e56eb6ed1f2529 [
file
] [
log
] [
blame
]
// +build go1.11
package
noparse_format
//@format("package")
func what
()
{
var
b
int
if
{
hi
()
//@diag("{", "syntax", "missing condition in if statement", "error")
}
}