BlankIfaceMethod occurs when a method name is '_'. Per the spec: "The name of each explicitly specified method must be unique and not blank." Example: type T interface { _(int) }