honnef.co/go/tools@v0.5.0-0.dev.0.20240520180541-dcae280a5e87/unused/testdata/src/example.com/blank-function-parameter/blank.go (about)

     1  package pkg
     2  
     3  type customType int //@ used("customType", true)
     4  
     5  func Foo(customType) {} //@ used("Foo", true), used("", true)
     6  func bar(customType) {} //@ used("bar", false), quiet("")