mirror of
https://github.com/golang/go
synced 2024-11-18 23:44:43 -07:00
9 lines
154 B
Go
9 lines
154 B
Go
|
// +build go1.11
|
||
|
|
||
|
package noparse_format //@format("package")
|
||
|
|
||
|
func what() {
|
||
|
var b int
|
||
|
if { hi() //@diag("{", "missing condition in if statement")
|
||
|
}
|
||
|
}
|