Sign in
go
/
tools
/
979b82bfef62cbd5954bf1ec69c0fec5dbf2a1e0
/
.
/
internal
/
lsp
/
testdata
/
noparse_format
/
noparse_format.go.in
blob: f230a693c2f57de885ee7af5f82c18a73607f5f8 [
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")
}
}