Closed ghost closed 4 years ago
package main func f(_ int) { _ = 1 }
$ go-nyet . 1.go:3:8:Declared variable `_` which goes unused 1.go:4:2:`_` gets covered here